#425466

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

Shades of Cello #425466

Tints of Cello #425466

Color information

#425466 (or 0x425466) is unknown color: approx Cello. HEX triplet: 42, 54 and 66. RGB value is (66,84,102). Sum of RGB (Red+Green+Blue) = 66+84+102=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #425466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425466 is #BDAB99. Grayscale: #505050. Windows color (decimal): -12430234 or 6706242. OLE color: 6706242.

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

Color convert

RGB6684102-
CMYK0.350.1800.6
HSL210º21.43%32.94%-
HSV(B)210º35.29%40%-
XYZ7.828.4613.79-
YUV80.67140.04117.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=26.19%
G=33.33%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66841020.350.1800.621021.4332.94
Hex425466231203Cd21521
Octal10212414643220743222541
Binary1000010101010011001101000111001001111001101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425466; }

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

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

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

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

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

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

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

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