#424B56

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

Shades of Rhino #424B56

Tints of Rhino #424B56

Color information

#424B56 (or 0x424B56) is unknown color: approx Rhino. HEX triplet: 42, 4B and 56. RGB value is (66,75,86). Sum of RGB (Red+Green+Blue) = 66+75+86=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #424B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B56 is #BDB4A9. Grayscale: #494949. Windows color (decimal): -12432554 or 5655362. OLE color: 5655362.

HSL color Cylindrical-coordinate representation of color #424B56: hue angle of 213º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424B56 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667586-
CMYK0.230.1300.66
HSL213º13.16%29.8%-
HSV(B)213º23.26%33.73%-
XYZ6.446.869.79-
YUV73.56135.02122.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=29.07%
G=33.04%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6675860.230.1300.6621313.1629.8
Hex424B5617D042d5d1e
Octal102113126271501023251536
Binary1000010100101110101101011111010100001011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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