Html Css Color HEX #424E52 Atomic

📋 copy color: '#424E52'

red 66 ◦ green 78 ◦ blue 82

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

Shades of Atomic #424E52

Tints of Atomic #424E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 29.2%
G = 34.51%
B = 36.28%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424E52 (or 0x424E52) is known color: Atomic. HEX triplet: 42, 4E and 52. RGB value is (66,78,82). Sum of RGB (Red+Green+Blue) = 66+78+82=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #424E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E52 is #BDB1AD. Grayscale: #4A4A4A. Windows color (decimal): -12431790 or 5393986. OLE color: 5393986.

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

Color convert

RGB 66 78 82 -
CMYK 0.20 0.05 0 0.68
HSL 195º 0.11% 0.29% -
HSV(B) 195º 0.2% 0.32% -
XYZ 6.49 7.22 9.03 -
YUV 74.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 66 78 82 0.20 0.05 0 0.68 195 0.11 0.29
Hex 42 4E 52 14 5 0 44 C3 B 1D
Octal 102 116 122 24 5 0 104 303 13 35
Binary 1000010 1001110 1010010 10100 101 0 1000100 11000011 1011 11101

Color Harmonies of #424E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E52

Black with #424E52

Text Example


Text Example

White with #424E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,82); }

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

background-color css

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

 a { background-color: rgb(66,78,82); }

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

border-color css

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

 span { border-color: rgb(66,78,82); }

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