Html Css Color HEX #424950 Rhino

📋 copy color: '#424950'

red 66 ◦ green 73 ◦ blue 80

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

Shades of Rhino #424950

Tints of Rhino #424950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 30.14%
G = 33.33%
B = 36.53%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424950 (or 0x424950) is known color: Rhino. HEX triplet: 42, 49 and 50. RGB value is (66,73,80). Sum of RGB (Red+Green+Blue) = 66+73+80=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #424950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424950 is #BDB6AF. Grayscale: #474747. Windows color (decimal): -12433072 or 5261634. OLE color: 5261634.

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

Color convert

RGB 66 73 80 -
CMYK 0.17 0.09 0 0.69
HSL 210º 0.1% 0.29% -
HSV(B) 210º 0.18% 0.31% -
XYZ 6.08 6.5 8.52 -
YUV 71.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 66 73 80 0.17 0.09 0 0.69 210 0.1 0.29
Hex 42 49 50 11 9 0 45 D2 A 1D
Octal 102 111 120 21 11 0 105 322 12 35
Binary 1000010 1001001 1010000 10001 1001 0 1000101 11010010 1010 11101

Color Harmonies of #424950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424950

Black with #424950

Text Example


Text Example

White with #424950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424950; }

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

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

background-color css

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

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

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

border-color css

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

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

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