Html Css Color HEX #424956 Rhino

📋 copy color: '#424956'

red 66 ◦ green 73 ◦ blue 86

#424956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #424956

Tints of Rhino #424956

RGB

 RED value IS 66 (26.17% from 255) = 29.33%

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 29.33%
G = 32.44%
B = 38.22%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424956 (or 0x424956) is known color: Rhino. HEX triplet: 42, 49 and 56. RGB value is (66,73,86). Sum of RGB (Red+Green+Blue) = 66+73+86=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #424956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424956 is #BDB6A9. Grayscale: #484848. Windows color (decimal): -12433066 or 5654850. OLE color: 5654850.

HSL color Cylindrical-coordinate representation of color #424956: hue angle of 219º 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 #424956 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 73 86 -
CMYK 0.23 0.15 0 0.66
HSL 219º 0.13% 0.3% -
HSV(B) 219º 0.23% 0.34% -
XYZ 6.31 6.6 9.74 -
YUV 72.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 66 73 86 0.23 0.15 0 0.66 219 0.13 0.3
Hex 42 49 56 17 F 0 42 DB D 1E
Octal 102 111 126 27 17 0 102 333 15 36
Binary 1000010 1001001 1010110 10111 1111 0 1000010 11011011 1101 11110

Color Harmonies of #424956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424956

Black with #424956

Text Example


Text Example

White with #424956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424956; }

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

 H1.HeaderClassName
 {
   color: #424956;
 }
 .AnyTagClassName
 {
   color: #424956;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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