Html Css Color HEX #424850 Rhino

📋 copy color: '#424850'

red 66 ◦ green 72 ◦ blue 80

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

Shades of Rhino #424850

Tints of Rhino #424850

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.7%

R = 30.28%
G = 33.03%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#424850 (or 0x424850) is known color: 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.18%. 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

RGB 66 72 80 -
CMYK 0.17 0.10 0 0.69
HSL 214.29º 0.1% 0.29% -
HSV(B) 214.29º 0.18% 0.31% -
XYZ 6.01 6.37 8.5 -
YUV 71.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 66 72 80 0.17 0.10 0 0.69 214.29 0.1 0.29
Hex 42 48 50 11 A 0 45 D6 A 1D
Octal 102 110 120 21 12 0 105 326 12 35
Binary 1000010 1001000 1010000 10001 1010 0 1000101 11010110 1010 11101

Color Harmonies of #424850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424850

Black with #424850

Text Example


Text Example

White with #424850

Text Example


Text Example

HTML Codes & Css Web 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>