Html Css Color HEX #404C62 East Bay

📋 copy color: '#404C62'

red 64 ◦ green 76 ◦ blue 98

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

Shades of East Bay #404C62

Tints of East Bay #404C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 26.89%
G = 31.93%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404C62 (or 0x404C62) is known color: East Bay. HEX triplet: 40, 4C and 62. RGB value is (64,76,98). Sum of RGB (Red+Green+Blue) = 64+76+98=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #404C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C62 is #BFB39D. Grayscale: #4A4A4A. Windows color (decimal): -12563358 or 6442048. OLE color: 6442048.

HSL color Cylindrical-coordinate representation of color #404C62: hue angle of 218.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404C62 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 76 98 -
CMYK 0.35 0.22 0 0.62
HSL 218.82º 0.21% 0.32% -
HSV(B) 218.82º 0.35% 0.38% -
XYZ 6.9 7.14 12.57 -
YUV 74.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 64 76 98 0.35 0.22 0 0.62 218.82 0.21 0.32
Hex 40 4C 62 23 16 0 3E DB 15 20
Octal 100 114 142 43 26 0 76 333 25 40
Binary 1000000 1001100 1100010 100011 10110 0 111110 11011011 10101 100000

Color Harmonies of #404C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C62

Black with #404C62

Text Example


Text Example

White with #404C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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