Html Css Color HEX #404E5F Cello

📋 copy color: '#404E5F'

red 64 ◦ green 78 ◦ blue 95

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

Shades of Cello #404E5F

Tints of Cello #404E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 27%
G = 32.91%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#404E5F (or 0x404E5F) is known color: Cello. HEX triplet: 40, 4E and 5F. RGB value is (64,78,95). Sum of RGB (Red+Green+Blue) = 64+78+95=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #404E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E5F is #BFB1A0. Grayscale: #4B4B4B. Windows color (decimal): -12562849 or 6245952. OLE color: 6245952.

HSL color Cylindrical-coordinate representation of color #404E5F: hue angle of 212.9º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404E5F is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 78 95 -
CMYK 0.33 0.18 0 0.63
HSL 212.9º 0.19% 0.31% -
HSV(B) 212.9º 0.33% 0.37% -
XYZ 6.9 7.36 11.88 -
YUV 75.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 64 78 95 0.33 0.18 0 0.63 212.9 0.19 0.31
Hex 40 4E 5F 21 12 0 3F D5 13 1F
Octal 100 116 137 41 22 0 77 325 23 37
Binary 1000000 1001110 1011111 100001 10010 0 111111 11010101 10011 11111

Color Harmonies of #404E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E5F

Black with #404E5F

Text Example


Text Example

White with #404E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,78,95); }

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

background-color css

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

 a { background-color: rgb(64,78,95); }

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

border-color css

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

 span { border-color: rgb(64,78,95); }

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