Html Css Color HEX #424A51 Arsenic

📋 copy color: '#424A51'

red 66 ◦ green 74 ◦ blue 81

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

Shades of Arsenic #424A51

Tints of Arsenic #424A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.65%

R = 29.86%
G = 33.48%
B = 36.65%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424A51 (or 0x424A51) is known color: Arsenic. HEX triplet: 42, 4A and 51. RGB value is (66,74,81). Sum of RGB (Red+Green+Blue) = 66+74+81=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #424A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A51 is #BDB5AE. Grayscale: #484848. Windows color (decimal): -12432815 or 5327426. OLE color: 5327426.

HSL color Cylindrical-coordinate representation of color #424A51: hue angle of 208º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424A51 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 74 81 -
CMYK 0.19 0.09 0 0.68
HSL 208º 0.1% 0.29% -
HSV(B) 208º 0.19% 0.32% -
XYZ 6.18 6.65 8.74 -
YUV 72.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 66 74 81 0.19 0.09 0 0.68 208 0.1 0.29
Hex 42 4A 51 13 9 0 44 D0 A 1D
Octal 102 112 121 23 11 0 104 320 12 35
Binary 1000010 1001010 1010001 10011 1001 0 1000100 11010000 1010 11101

Color Harmonies of #424A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A51

Black with #424A51

Text Example


Text Example

White with #424A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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