Html Css Color HEX #424A54 Rhino

📋 copy color: '#424A54'

red 66 ◦ green 74 ◦ blue 84

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

Shades of Rhino #424A54

Tints of Rhino #424A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 29.46%
G = 33.04%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424A54 (or 0x424A54) is known color: Rhino. HEX triplet: 42, 4A and 54. RGB value is (66,74,84). Sum of RGB (Red+Green+Blue) = 66+74+84=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #424A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A54 is #BDB5AB. Grayscale: #484848. Windows color (decimal): -12432812 or 5524034. OLE color: 5524034.

HSL color Cylindrical-coordinate representation of color #424A54: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424A54 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 74 84 -
CMYK 0.21 0.12 0 0.67
HSL 213.33º 0.12% 0.29% -
HSV(B) 213.33º 0.21% 0.33% -
XYZ 6.3 6.7 9.35 -
YUV 72.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 66 74 84 0.21 0.12 0 0.67 213.33 0.12 0.29
Hex 42 4A 54 15 C 0 43 D5 C 1D
Octal 102 112 124 25 14 0 103 325 14 35
Binary 1000010 1001010 1010100 10101 1100 0 1000011 11010101 1100 11101

Color Harmonies of #424A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A54

Black with #424A54

Text Example


Text Example

White with #424A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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