Html Css Color HEX #424A56 Rhino

📋 copy color: '#424A56'

red 66 ◦ green 74 ◦ blue 86

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

Shades of Rhino #424A56

Tints of Rhino #424A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 29.2%
G = 32.74%
B = 38.05%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424A56 (or 0x424A56) is known color: Rhino. HEX triplet: 42, 4A and 56. RGB value is (66,74,86). Sum of RGB (Red+Green+Blue) = 66+74+86=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #424A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A56 is #BDB5A9. Grayscale: #484848. Windows color (decimal): -12432810 or 5655106. OLE color: 5655106.

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

Color convert

RGB 66 74 86 -
CMYK 0.23 0.14 0 0.66
HSL 216º 0.13% 0.3% -
HSV(B) 216º 0.23% 0.34% -
XYZ 6.38 6.73 9.77 -
YUV 72.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 66 74 86 0.23 0.14 0 0.66 216 0.13 0.3
Hex 42 4A 56 17 E 0 42 D8 D 1E
Octal 102 112 126 27 16 0 102 330 15 36
Binary 1000010 1001010 1010110 10111 1110 0 1000010 11011000 1101 11110

Color Harmonies of #424A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A56

Black with #424A56

Text Example


Text Example

White with #424A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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