Html Css Color HEX #404F61 Cello

📋 copy color: '#404F61'

red 64 ◦ green 79 ◦ blue 97

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

Shades of Cello #404F61

Tints of Cello #404F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 26.67%
G = 32.92%
B = 40.42%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404F61 (or 0x404F61) is known color: Cello. HEX triplet: 40, 4F and 61. RGB value is (64,79,97). Sum of RGB (Red+Green+Blue) = 64+79+97=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #404F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F61 is #BFB09E. Grayscale: #4C4C4C. Windows color (decimal): -12562591 or 6377280. OLE color: 6377280.

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

Color convert

RGB 64 79 97 -
CMYK 0.34 0.19 0 0.62
HSL 212.73º 0.2% 0.32% -
HSV(B) 212.73º 0.34% 0.38% -
XYZ 7.07 7.55 12.39 -
YUV 76.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 64 79 97 0.34 0.19 0 0.62 212.73 0.2 0.32
Hex 40 4F 61 22 13 0 3E D5 14 20
Octal 100 117 141 42 23 0 76 325 24 40
Binary 1000000 1001111 1100001 100010 10011 0 111110 11010101 10100 100000

Color Harmonies of #404F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F61

Black with #404F61

Text Example


Text Example

White with #404F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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