#424A52

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

Shades of Rhino #424A52

Tints of Rhino #424A52

Color information

#424A52 (or 0x424A52) is unknown color: approx Rhino. HEX triplet: 42, 4A and 52. RGB value is (66,74,82). Sum of RGB (Red+Green+Blue) = 66+74+82=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #424A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A52 is #BDB5AD. Grayscale: #484848. Windows color (decimal): -12432814 or 5392962. OLE color: 5392962.

HSL color Cylindrical-coordinate representation of color #424A52: hue angle of 210º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424A52 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667482-
CMYK0.200.1000.68
HSL210º10.81%29.02%-
HSV(B)210º19.51%32.16%-
XYZ6.226.678.94-
YUV72.52133.35123.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=29.73%
G=33.33%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6674820.200.1000.6821010.8129.02
Hex424A5214A044d2b1d
Octal102112122241201043221335
Binary1000010100101010100101010010100100010011010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,82); }

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

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

 a { background-color: rgb(66,74,82); }

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

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

 span { border-color: rgb(66,74,82); }

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