Color Hex Logo

#4a6bda Color Hex

#4A6BDA
(74,107,218)
0 Favorites   0 Comments

Color spaces of #4a6bda

RGB 74107218
HSL0.630.660.57
HSV226°66°85°
CMYK 0.660.510.00   0.15
XYZ20.736617.033268.5245
Yxy17.03320.19510.1602
Hunter Lab41.271317.4618-69.5518
CIE-Lab48.301823.8391-60.5273

#4a6bda color RGB value is (74,107,218).

#4a6bda hex color red value is 74, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4a6bda hue: 0.63 , saturation: 0.66 and the lightness value of 4a6bda is 0.57.

The process color (four color CMYK) of #4a6bda color hex is 0.66, 0.51, 0.00, 0.15. Web safe color of #4a6bda is #3366cc. Color #4a6bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101011 11011010
Octal 112 153 332
Decimal 74 107 218
Hex 4A 6B DA

RGB Percentages of Color #4a6bda

%18.55
%26.82
%54.64

CMYK Percentages of Color #4a6bda

%66
%51
%0
%15

Triadic Colors of #4a6bda

#4a6bda #da4a6b #6bda4a

Analogous Colors of #4a6bda

#4a6bda #714ada #4ab3da

Monochromatic Colors of #4a6bda

#4a6bda

Complementary Color

#4a6bda #dab94a

#4a6bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6bda Color CSS Codes

.mybgcolor {background-color:#4a6bda; } 
.myforecolor {color:#4a6bda; }
.mybordercolor {border:3px solid #4a6bda; }

#4a6bda Text Font Color

<p style="color:#4a6bda">Text here</p>

This sample text font color is #4a6bda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a6bda Background Color

<div style="background-color:#4a6bda">
Div content here</div>

This div background color is #4a6bda


#4a6bda Border Color

<div style="border:3px solid #4a6bda">
Div here</div>

This div border color is #4a6bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,107,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a6bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a6bda;
  -webkit-box-shadow: 1px 1px 3px 2px #4a6bda;
  box-shadow:         1px 1px 3px 2px #4a6bda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,107,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a6bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a6bda;
  -webkit-box-shadow: 1px 1px 3px 2px #4a6bda;
  box-shadow:         1px 1px 3px 2px #4a6bda;">
Div content here</div>

This div box has shadow with color #4a6bda


Comments

No comments written yet.

Please login to write comment.