Html Css Color HEX #424A58 Rhino

📋 copy color: '#424A58'

red 66 ◦ green 74 ◦ blue 88

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

Shades of Rhino #424A58

Tints of Rhino #424A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 28.95%
G = 32.46%
B = 38.6%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424A58 (or 0x424A58) is known color: Rhino. HEX triplet: 42, 4A and 58. RGB value is (66,74,88). Sum of RGB (Red+Green+Blue) = 66+74+88=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #424A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A58 is #BDB5A7. Grayscale: #494949. Windows color (decimal): -12432808 or 5786178. OLE color: 5786178.

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

Color convert

RGB 66 74 88 -
CMYK 0.25 0.16 0 0.65
HSL 218.18º 0.14% 0.3% -
HSV(B) 218.18º 0.25% 0.35% -
XYZ 6.46 6.76 10.2 -
YUV 73.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 66 74 88 0.25 0.16 0 0.65 218.18 0.14 0.3
Hex 42 4A 58 19 10 0 41 DA E 1E
Octal 102 112 130 31 20 0 101 332 16 36
Binary 1000010 1001010 1011000 11001 10000 0 1000001 11011010 1110 11110

Color Harmonies of #424A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A58

Black with #424A58

Text Example


Text Example

White with #424A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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