#424F62

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

Shades of Cello #424F62

Tints of Cello #424F62

Color information

#424F62 (or 0x424F62) is unknown color: approx Cello. HEX triplet: 42, 4F and 62. RGB value is (66,79,98). Sum of RGB (Red+Green+Blue) = 66+79+98=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #424F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F62 is #BDB09D. Grayscale: #4D4D4D. Windows color (decimal): -12431518 or 6442818. OLE color: 6442818.

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

Color convert

RGB667998-
CMYK0.330.1900.62
HSL215.62º19.51%32.16%-
HSV(B)215.62º32.65%38.43%-
XYZ7.257.6312.65-
YUV77.28139.69119.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=27.16%
G=32.51%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6679980.330.1900.62215.6219.5132.16
Hex424F62211303Ed81420
Octal10211714241230763302440
Binary1000010100111111000101000011001101111101101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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