#424B59

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

Shades of Rhino #424B59

Tints of Rhino #424B59

Color information

#424B59 (or 0x424B59) is unknown color: approx Rhino. HEX triplet: 42, 4B and 59. RGB value is (66,75,89). Sum of RGB (Red+Green+Blue) = 66+75+89=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #424B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B59 is #BDB4A6. Grayscale: #494949. Windows color (decimal): -12432551 or 5851970. OLE color: 5851970.

HSL color Cylindrical-coordinate representation of color #424B59: hue angle of 216.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424B59 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667589-
CMYK0.260.1600.65
HSL216.52º14.84%30.39%-
HSV(B)216.52º25.84%34.9%-
XYZ6.576.9110.44-
YUV73.9136.52122.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=28.70%
G=32.61%
B=38.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6675890.260.1600.65216.5214.8430.39
Hex424B591A10041d9f1e
Octal102113131322001013311736
Binary10000101001011101100111010100000100000111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,89); }

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

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

 a { background-color: rgb(66,75,89); }

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

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

 span { border-color: rgb(66,75,89); }

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