#425263

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

Shades of Cello #425263

Tints of Cello #425263

Color information

#425263 (or 0x425263) is unknown color: approx Cello. HEX triplet: 42, 52 and 63. RGB value is (66,82,99). Sum of RGB (Red+Green+Blue) = 66+82+99=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #425263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425263 is #BDAD9C. Grayscale: #4F4F4F. Windows color (decimal): -12430749 or 6509122. OLE color: 6509122.

HSL color Cylindrical-coordinate representation of color #425263: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425263 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB668299-
CMYK0.330.1700.61
HSL210.91º20%32.35%-
HSV(B)210.91º33.33%38.82%-
XYZ7.528.0912.97-
YUV79.15139.2118.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=26.72%
G=33.20%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6682990.330.1700.61210.912032.35
Hex425263211103Dd31420
Octal10212214341210753232440
Binary1000010101001011000111000011000101111011101001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425263; }

 p { color: rgb(66,82,99); }

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

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

 a { background-color: rgb(66,82,99); }

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

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

 span { border-color: rgb(66,82,99); }

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