Html Css Color HEX #424A59 Rhino

📋 copy color: '#424A59'

red 66 ◦ green 74 ◦ blue 89

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

Shades of Rhino #424A59

Tints of Rhino #424A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 28.82%
G = 32.31%
B = 38.86%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424A59 (or 0x424A59) is known color: Rhino. HEX triplet: 42, 4A and 59. RGB value is (66,74,89). Sum of RGB (Red+Green+Blue) = 66+74+89=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #424A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A59 is #BDB5A6. Grayscale: #494949. Windows color (decimal): -12432807 or 5851714. OLE color: 5851714.

HSL color Cylindrical-coordinate representation of color #424A59: hue angle of 219.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424A59 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 74 89 -
CMYK 0.26 0.17 0 0.65
HSL 219.13º 0.15% 0.3% -
HSV(B) 219.13º 0.26% 0.35% -
XYZ 6.5 6.78 10.42 -
YUV 73.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 66 74 89 0.26 0.17 0 0.65 219.13 0.15 0.3
Hex 42 4A 59 1A 11 0 41 DB F 1E
Octal 102 112 131 32 21 0 101 333 17 36
Binary 1000010 1001010 1011001 11010 10001 0 1000001 11011011 1111 11110

Color Harmonies of #424A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A59

Black with #424A59

Text Example


Text Example

White with #424A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,89); }

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

background-color css

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

 a { background-color: rgb(66,74,89); }

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

border-color css

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

 span { border-color: rgb(66,74,89); }

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