#404F61

Color #404F61 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #404F61

Tints of Cello #404F61

Color information

#404F61 (or 0x404F61) is unknown color: approx 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

RGB647997-
CMYK0.340.1900.62
HSL212.73º20.5%31.57%-
HSV(B)212.73º34.02%38.04%-
XYZ7.077.5512.39-
YUV76.57139.53119.04-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6479970.340.1900.62212.7320.531.57
Hex404F61221303Ed51420
Octal10011714142230763252440
Binary1000000100111111000011000101001101111101101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>