Html Css Color HEX #404D68 East Bay

📋 copy color: '#404D68'

red 64 ◦ green 77 ◦ blue 104

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

Shades of East Bay #404D68

Tints of East Bay #404D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 26.12%
G = 31.43%
B = 42.45%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404D68 (or 0x404D68) is known color: East Bay. HEX triplet: 40, 4D and 68. RGB value is (64,77,104). Sum of RGB (Red+Green+Blue) = 64+77+104=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #404D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D68 is #BFB297. Grayscale: #4C4C4C. Windows color (decimal): -12563096 or 6835520. OLE color: 6835520.

HSL color Cylindrical-coordinate representation of color #404D68: hue angle of 220.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404D68 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 77 104 -
CMYK 0.38 0.26 0 0.59
HSL 220.5º 0.24% 0.33% -
HSV(B) 220.5º 0.38% 0.41% -
XYZ 7.27 7.4 14.14 -
YUV 76.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 64 77 104 0.38 0.26 0 0.59 220.5 0.24 0.33
Hex 40 4D 68 26 1A 0 3B DC 18 21
Octal 100 115 150 46 32 0 73 334 30 41
Binary 1000000 1001101 1101000 100110 11010 0 111011 11011100 11000 100001

Color Harmonies of #404D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D68

Black with #404D68

Text Example


Text Example

White with #404D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,104); }

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

background-color css

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

 a { background-color: rgb(64,77,104); }

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

border-color css

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

 span { border-color: rgb(64,77,104); }

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