Html Css Color HEX #424C5E Rhino

📋 copy color: '#424C5E'

red 66 ◦ green 76 ◦ blue 94

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

Shades of Rhino #424C5E

Tints of Rhino #424C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 27.97%
G = 32.2%
B = 39.83%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#424C5E (or 0x424C5E) is known color: Rhino. HEX triplet: 42, 4C and 5E. RGB value is (66,76,94). Sum of RGB (Red+Green+Blue) = 66+76+94=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #424C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C5E is #BDB3A1. Grayscale: #4A4A4A. Windows color (decimal): -12432290 or 6179906. OLE color: 6179906.

HSL color Cylindrical-coordinate representation of color #424C5E: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424C5E is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 76 94 -
CMYK 0.30 0.19 0 0.63
HSL 218.57º 0.18% 0.31% -
HSV(B) 218.57º 0.3% 0.37% -
XYZ 6.85 7.14 11.61 -
YUV 75.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 66 76 94 0.30 0.19 0 0.63 218.57 0.18 0.31
Hex 42 4C 5E 1E 13 0 3F DB 12 1F
Octal 102 114 136 36 23 0 77 333 22 37
Binary 1000010 1001100 1011110 11110 10011 0 111111 11011011 10010 11111

Color Harmonies of #424C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C5E

Black with #424C5E

Text Example


Text Example

White with #424C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,94); }

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

background-color css

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

 a { background-color: rgb(66,76,94); }

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

border-color css

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

 span { border-color: rgb(66,76,94); }

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