#405062

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

Shades of Cello #405062

Tints of Cello #405062

Color information

#405062 (or 0x405062) is unknown color: approx Cello. HEX triplet: 40, 50 and 62. RGB value is (64,80,98). Sum of RGB (Red+Green+Blue) = 64+80+98=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #405062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405062 is #BFAF9D. Grayscale: #4D4D4D. Windows color (decimal): -12562334 or 6443072. OLE color: 6443072.

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

Color convert

RGB648098-
CMYK0.350.1800.62
HSL211.76º20.99%31.76%-
HSV(B)211.76º34.69%38.43%-
XYZ7.197.7112.66-
YUV77.27139.7118.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=26.45%
G=33.06%
B=40.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6480980.350.1800.62211.7620.9931.76
Hex405062231203Ed41520
Octal10012014243220763242540
Binary1000000101000011000101000111001001111101101010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405062; }

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

 H1.HeaderClassName
 {
   color: #405062;
 }
 .AnyTagClassName
 {
   color: #405062;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #405062;
 }
 .BgClassName
 {
   background-color: #405062;
 }
</style>
border-color css

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

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

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