Html Css Color HEX #424C52 Atomic

📋 copy color: '#424C52'

red 66 ◦ green 76 ◦ blue 82

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

Shades of Atomic #424C52

Tints of Atomic #424C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 29.46%
G = 33.93%
B = 36.61%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424C52 (or 0x424C52) is known color: Atomic. HEX triplet: 42, 4C and 52. RGB value is (66,76,82). Sum of RGB (Red+Green+Blue) = 66+76+82=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #424C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C52 is #BDB3AD. Grayscale: #494949. Windows color (decimal): -12432302 or 5393474. OLE color: 5393474.

HSL color Cylindrical-coordinate representation of color #424C52: hue angle of 202.5º 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 #424C52 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 76 82 -
CMYK 0.20 0.07 0 0.68
HSL 202.5º 0.11% 0.29% -
HSV(B) 202.5º 0.2% 0.32% -
XYZ 6.35 6.94 8.99 -
YUV 73.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 66 76 82 0.20 0.07 0 0.68 202.5 0.11 0.29
Hex 42 4C 52 14 7 0 44 CA B 1D
Octal 102 114 122 24 7 0 104 312 13 35
Binary 1000010 1001100 1010010 10100 111 0 1000100 11001010 1011 11101

Color Harmonies of #424C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C52

Black with #424C52

Text Example


Text Example

White with #424C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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