#424850

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

Shades of Rhino #424850

Tints of Rhino #424850

Color information

#424850 (or 0x424850) is unknown color: approx Rhino. HEX triplet: 42, 48 and 50. RGB value is (66,72,80). Sum of RGB (Red+Green+Blue) = 66+72+80=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #424850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424850 is #BDB7AF. Grayscale: #474747. Windows color (decimal): -12433328 or 5261378. OLE color: 5261378.

HSL color Cylindrical-coordinate representation of color #424850: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #424850 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB667280-
CMYK0.170.1000.69
HSL214.29º9.59%28.63%-
HSV(B)214.29º17.5%31.37%-
XYZ6.016.378.5-
YUV71.12133.01124.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=30.28%
G=33.03%
B=36.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6672800.170.1000.69214.299.5928.63
Hex42485011A045d6a1d
Octal102110120211201053261235
Binary1000010100100010100001000110100100010111010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424850; }

 p { color: rgb(66,72,80); }

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

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

 a { background-color: rgb(66,72,80); }

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

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

 span { border-color: rgb(66,72,80); }

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