#405466

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

Shades of Cello #405466

Tints of Cello #405466

Color information

#405466 (or 0x405466) is unknown color: approx Cello. HEX triplet: 40, 54 and 66. RGB value is (64,84,102). Sum of RGB (Red+Green+Blue) = 64+84+102=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #405466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405466 is #BFAB99. Grayscale: #4F4F4F. Windows color (decimal): -12561306 or 6706240. OLE color: 6706240.

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

Color convert

RGB6484102-
CMYK0.370.1800.6
HSL208.42º22.89%32.55%-
HSV(B)208.42º37.25%40%-
XYZ7.688.3913.78-
YUV80.07140.37116.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=25.6%
G=33.6%
B=40.8%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64841020.370.1800.6208.4222.8932.55
Hex405466251203Cd01721
Octal10012414645220743202741
Binary1000000101010011001101001011001001111001101000010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405466; }

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

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

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

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

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

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

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

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