Html Css Color HEX #404B66 East Bay

📋 copy color: '#404B66'

red 64 ◦ green 75 ◦ blue 102

#404B66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #404B66

Tints of East Bay #404B66

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

 GREEN value IS 75 (29.69% from 255) = 31.12%

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 26.56%
G = 31.12%
B = 42.32%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#404B66 (or 0x404B66) is known color: East Bay. HEX triplet: 40, 4B and 66. RGB value is (64,75,102). Sum of RGB (Red+Green+Blue) = 64+75+102=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #404B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B66 is #BFB499. Grayscale: #4A4A4A. Windows color (decimal): -12563610 or 6703936. OLE color: 6703936.

HSL color Cylindrical-coordinate representation of color #404B66: hue angle of 222.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404B66 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 75 102 -
CMYK 0.37 0.26 0 0.6
HSL 222.63º 0.23% 0.33% -
HSV(B) 222.63º 0.37% 0.4% -
XYZ 7.03 7.08 13.57 -
YUV 74.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 64 75 102 0.37 0.26 0 0.6 222.63 0.23 0.33
Hex 40 4B 66 25 1A 0 3C DF 17 21
Octal 100 113 146 45 32 0 74 337 27 41
Binary 1000000 1001011 1100110 100101 11010 0 111100 11011111 10111 100001

Color Harmonies of #404B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B66

Black with #404B66

Text Example


Text Example

White with #404B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404B66; }

 p { color: rgb(64,75,102); }

 H1.HeaderClassName
 {
   color: #404B66;
 }
 .AnyTagClassName
 {
   color: #404B66;
 }
</style>

background-color css

<style>
 a { background-color: #404B66; }

 a { background-color: rgb(64,75,102); }

 div.DivClassName
 {
   background-color: #404B66;
 }
 .BgClassName
 {
   background-color: #404B66;
 }
</style>

border-color css

<style>
 span { border-color: #404B66; }

 span { border-color: rgb(64,75,102); }

 td.TdClassName
 {
   border-color: #404B66;
 }
 .TagClassName
 {
   border-color: #404B66;
 }
</style>