#424C60

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

Shades of Rhino #424C60

Tints of Rhino #424C60

Color information

#424C60 (or 0x424C60) is unknown color: approx Rhino. HEX triplet: 42, 4C and 60. RGB value is (66,76,96). Sum of RGB (Red+Green+Blue) = 66+76+96=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #424C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C60 is #BDB39F. Grayscale: #4B4B4B. Windows color (decimal): -12432288 or 6310978. OLE color: 6310978.

HSL color Cylindrical-coordinate representation of color #424C60: hue angle of 220º 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 #424C60 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667696-
CMYK0.310.2100.62
HSL220º18.52%31.76%-
HSV(B)220º31.25%37.65%-
XYZ6.947.1712.08-
YUV75.29139.69121.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=27.73%
G=31.93%
B=40.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6676960.310.2100.6222018.5231.76
Hex424C601F1503Edc1320
Octal10211414037250763342340
Binary100001010011001100000111111010101111101101110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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