Html Css Color HEX #424957 Rhino

📋 copy color: '#424957'

red 66 ◦ green 73 ◦ blue 87

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

Shades of Rhino #424957

Tints of Rhino #424957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 29.2%
G = 32.3%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424957 (or 0x424957) is known color: Rhino. HEX triplet: 42, 49 and 57. RGB value is (66,73,87). Sum of RGB (Red+Green+Blue) = 66+73+87=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #424957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424957 is #BDB6A8. Grayscale: #484848. Windows color (decimal): -12433065 or 5720386. OLE color: 5720386.

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

Color convert

RGB 66 73 87 -
CMYK 0.24 0.16 0 0.66
HSL 220º 0.14% 0.3% -
HSV(B) 220º 0.24% 0.34% -
XYZ 6.35 6.61 9.96 -
YUV 72.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 66 73 87 0.24 0.16 0 0.66 220 0.14 0.3
Hex 42 49 57 18 10 0 42 DC E 1E
Octal 102 111 127 30 20 0 102 334 16 36
Binary 1000010 1001001 1010111 11000 10000 0 1000010 11011100 1110 11110

Color Harmonies of #424957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424957

Black with #424957

Text Example


Text Example

White with #424957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424957; }

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

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

background-color css

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

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

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

border-color css

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

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

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