Html Css Color HEX #404C6A East Bay

📋 copy color: '#404C6A'

red 64 ◦ green 76 ◦ blue 106

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

Shades of East Bay #404C6A

Tints of East Bay #404C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 26.02%
G = 30.89%
B = 43.09%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#404C6A (or 0x404C6A) is known color: East Bay. HEX triplet: 40, 4C and 6A. RGB value is (64,76,106). Sum of RGB (Red+Green+Blue) = 64+76+106=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #404C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C6A is #BFB395. Grayscale: #4B4B4B. Windows color (decimal): -12563350 or 6966336. OLE color: 6966336.

HSL color Cylindrical-coordinate representation of color #404C6A: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404C6A is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 76 106 -
CMYK 0.40 0.28 0 0.58
HSL 222.86º 0.25% 0.33% -
HSV(B) 222.86º 0.4% 0.42% -
XYZ 7.3 7.3 14.66 -
YUV 75.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 64 76 106 0.40 0.28 0 0.58 222.86 0.25 0.33
Hex 40 4C 6A 28 1C 0 3A DF 19 21
Octal 100 114 152 50 34 0 72 337 31 41
Binary 1000000 1001100 1101010 101000 11100 0 111010 11011111 11001 100001

Color Harmonies of #404C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C6A

Black with #404C6A

Text Example


Text Example

White with #404C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,106); }

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

background-color css

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

 a { background-color: rgb(64,76,106); }

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

border-color css

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

 span { border-color: rgb(64,76,106); }

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