#405066

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

Shades of Cello #405066

Tints of Cello #405066

Color information

#405066 (or 0x405066) is unknown color: approx Cello. HEX triplet: 40, 50 and 66. RGB value is (64,80,102). Sum of RGB (Red+Green+Blue) = 64+80+102=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #405066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405066 is #BFAF99. Grayscale: #4D4D4D. Windows color (decimal): -12562330 or 6705216. OLE color: 6705216.

HSL color Cylindrical-coordinate representation of color #405066: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405066 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6480102-
CMYK0.370.2200.6
HSL214.74º22.89%32.55%-
HSV(B)214.74º37.25%40%-
XYZ7.387.7913.68-
YUV77.72141.7118.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=26.02%
G=32.52%
B=41.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64801020.370.2200.6214.7422.8932.55
Hex405066251603Cd71721
Octal10012014645260743272741
Binary1000000101000011001101001011011001111001101011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405066; }

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

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

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

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

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

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

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

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