Html Css Color HEX #404F69 East Bay

📋 copy color: '#404F69'

red 64 ◦ green 79 ◦ blue 105

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

Shades of East Bay #404F69

Tints of East Bay #404F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 25.81%
G = 31.85%
B = 42.34%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404F69 (or 0x404F69) is known color: East Bay. HEX triplet: 40, 4F and 69. RGB value is (64,79,105). Sum of RGB (Red+Green+Blue) = 64+79+105=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #404F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F69 is #BFB096. Grayscale: #4D4D4D. Windows color (decimal): -12562583 or 6901568. OLE color: 6901568.

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

Color convert

RGB 64 79 105 -
CMYK 0.39 0.25 0 0.59
HSL 218.05º 0.24% 0.33% -
HSV(B) 218.05º 0.39% 0.41% -
XYZ 7.46 7.7 14.46 -
YUV 77.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 64 79 105 0.39 0.25 0 0.59 218.05 0.24 0.33
Hex 40 4F 69 27 19 0 3B DA 18 21
Octal 100 117 151 47 31 0 73 332 30 41
Binary 1000000 1001111 1101001 100111 11001 0 111011 11011010 11000 100001

Color Harmonies of #404F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F69

Black with #404F69

Text Example


Text Example

White with #404F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,105); }

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

background-color css

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

 a { background-color: rgb(64,79,105); }

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

border-color css

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

 span { border-color: rgb(64,79,105); }

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