#424F60

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

Shades of Cello #424F60

Tints of Cello #424F60

Color information

#424F60 (or 0x424F60) is unknown color: approx Cello. HEX triplet: 42, 4F and 60. RGB value is (66,79,96). Sum of RGB (Red+Green+Blue) = 66+79+96=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #424F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F60 is #BDB09F. Grayscale: #4C4C4C. Windows color (decimal): -12431520 or 6311746. OLE color: 6311746.

HSL color Cylindrical-coordinate representation of color #424F60: hue angle of 214º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424F60 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667996-
CMYK0.310.1800.62
HSL214º18.52%31.76%-
HSV(B)214º31.25%37.65%-
XYZ7.157.5912.16-
YUV77.05138.69120.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=27.39%
G=32.78%
B=39.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6679960.310.1800.6221418.5231.76
Hex424F601F1203Ed61320
Octal10211714037220763262340
Binary100001010011111100000111111001001111101101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F60; }

 p { color: rgb(66,79,96); }

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

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

 a { background-color: rgb(66,79,96); }

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

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

 span { border-color: rgb(66,79,96); }

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