Html Css Color HEX #424A53 Rhino

📋 copy color: '#424A53'

red 66 ◦ green 74 ◦ blue 83

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

Shades of Rhino #424A53

Tints of Rhino #424A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 29.6%
G = 33.18%
B = 37.22%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424A53 (or 0x424A53) is known color: Rhino. HEX triplet: 42, 4A and 53. RGB value is (66,74,83). Sum of RGB (Red+Green+Blue) = 66+74+83=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #424A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A53 is #BDB5AC. Grayscale: #484848. Windows color (decimal): -12432813 or 5458498. OLE color: 5458498.

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

Color convert

RGB 66 74 83 -
CMYK 0.20 0.11 0 0.67
HSL 211.76º 0.11% 0.29% -
HSV(B) 211.76º 0.2% 0.33% -
XYZ 6.26 6.68 9.14 -
YUV 72.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 66 74 83 0.20 0.11 0 0.67 211.76 0.11 0.29
Hex 42 4A 53 14 B 0 43 D4 B 1D
Octal 102 112 123 24 13 0 103 324 13 35
Binary 1000010 1001010 1010011 10100 1011 0 1000011 11010100 1011 11101

Color Harmonies of #424A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A53

Black with #424A53

Text Example


Text Example

White with #424A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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