Html Css Color HEX #404E62 Cello

📋 copy color: '#404E62'

red 64 ◦ green 78 ◦ blue 98

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

Shades of Cello #404E62

Tints of Cello #404E62

RGB

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

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

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

R = 26.67%
G = 32.5%
B = 40.83%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404E62 (or 0x404E62) is known color: Cello. HEX triplet: 40, 4E and 62. RGB value is (64,78,98). Sum of RGB (Red+Green+Blue) = 64+78+98=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #404E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E62 is #BFB19D. Grayscale: #4C4C4C. Windows color (decimal): -12562846 or 6442560. OLE color: 6442560.

HSL color Cylindrical-coordinate representation of color #404E62: hue angle of 215.29º 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 #404E62 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 78 98 -
CMYK 0.35 0.20 0 0.62
HSL 215.29º 0.21% 0.32% -
HSV(B) 215.29º 0.35% 0.38% -
XYZ 7.04 7.42 12.62 -
YUV 76.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 64 78 98 0.35 0.20 0 0.62 215.29 0.21 0.32
Hex 40 4E 62 23 14 0 3E D7 15 20
Octal 100 116 142 43 24 0 76 327 25 40
Binary 1000000 1001110 1100010 100011 10100 0 111110 11010111 10101 100000

Color Harmonies of #404E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E62

Black with #404E62

Text Example


Text Example

White with #404E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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