Html Css Color HEX #424C51 Atomic

📋 copy color: '#424C51'

red 66 ◦ green 76 ◦ blue 81

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

Shades of Atomic #424C51

Tints of Atomic #424C51

RGB

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

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

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

R = 29.6%
G = 34.08%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424C51 (or 0x424C51) is known color: Atomic. HEX triplet: 42, 4C and 51. RGB value is (66,76,81). Sum of RGB (Red+Green+Blue) = 66+76+81=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 81 - color contains mainly: blue. Hex color #424C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C51 is #BDB3AE. Grayscale: #494949. Windows color (decimal): -12432303 or 5327938. OLE color: 5327938.

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

Color convert

RGB 66 76 81 -
CMYK 0.19 0.06 0 0.68
HSL 200º 0.1% 0.29% -
HSV(B) 200º 0.19% 0.32% -
XYZ 6.32 6.92 8.79 -
YUV 73.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 66 76 81 0.19 0.06 0 0.68 200 0.1 0.29
Hex 42 4C 51 13 6 0 44 C8 A 1D
Octal 102 114 121 23 6 0 104 310 12 35
Binary 1000010 1001100 1010001 10011 110 0 1000100 11001000 1010 11101

Color Harmonies of #424C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C51

Black with #424C51

Text Example


Text Example

White with #424C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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