Html Css Color HEX #424B51 Atomic

📋 copy color: '#424B51'

red 66 ◦ green 75 ◦ blue 81

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

Shades of Atomic #424B51

Tints of Atomic #424B51

RGB

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

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

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

R = 29.73%
G = 33.78%
B = 36.49%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424B51 (or 0x424B51) is known color: Atomic. HEX triplet: 42, 4B and 51. RGB value is (66,75,81). Sum of RGB (Red+Green+Blue) = 66+75+81=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #424B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B51 is #BDB4AE. Grayscale: #484848. Windows color (decimal): -12432559 or 5327682. OLE color: 5327682.

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

Color convert

RGB 66 75 81 -
CMYK 0.19 0.07 0 0.68
HSL 204º 0.1% 0.29% -
HSV(B) 204º 0.19% 0.32% -
XYZ 6.25 6.78 8.76 -
YUV 72.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 66 75 81 0.19 0.07 0 0.68 204 0.1 0.29
Hex 42 4B 51 13 7 0 44 CC A 1D
Octal 102 113 121 23 7 0 104 314 12 35
Binary 1000010 1001011 1010001 10011 111 0 1000100 11001100 1010 11101

Color Harmonies of #424B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B51

Black with #424B51

Text Example


Text Example

White with #424B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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