Html Css Color HEX #424B52 Atomic

📋 copy color: '#424B52'

red 66 ◦ green 75 ◦ blue 82

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

Shades of Atomic #424B52

Tints of Atomic #424B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

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

R = 29.6%
G = 33.63%
B = 36.77%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424B52 (or 0x424B52) is known color: Atomic. HEX triplet: 42, 4B and 52. RGB value is (66,75,82). Sum of RGB (Red+Green+Blue) = 66+75+82=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #424B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B52 is #BDB4AD. Grayscale: #494949. Windows color (decimal): -12432558 or 5393218. OLE color: 5393218.

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

Color convert

RGB 66 75 82 -
CMYK 0.20 0.09 0 0.68
HSL 206.25º 0.11% 0.29% -
HSV(B) 206.25º 0.2% 0.32% -
XYZ 6.29 6.8 8.96 -
YUV 73.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 66 75 82 0.20 0.09 0 0.68 206.25 0.11 0.29
Hex 42 4B 52 14 9 0 44 CE B 1D
Octal 102 113 122 24 11 0 104 316 13 35
Binary 1000010 1001011 1010010 10100 1001 0 1000100 11001110 1011 11101

Color Harmonies of #424B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B52

Black with #424B52

Text Example


Text Example

White with #424B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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