#424B50

Color #424B50 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #424B50

Tints of Atomic #424B50

Color information

#424B50 (or 0x424B50) is unknown color: approx Atomic. HEX triplet: 42, 4B and 50. RGB value is (66,75,80). Sum of RGB (Red+Green+Blue) = 66+75+80=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #424B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B50 is #BDB4AF. Grayscale: #484848. Windows color (decimal): -12432560 or 5262146. OLE color: 5262146.

HSL color Cylindrical-coordinate representation of color #424B50: hue angle of 201.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #424B50 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB667580-
CMYK0.170.0600.69
HSL201.43º9.59%28.63%-
HSV(B)201.43º17.5%31.37%-
XYZ6.216.778.57-
YUV72.88132.02123.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=29.86%
G=33.94%
B=36.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6675800.170.0600.69201.439.5928.63
Hex424B50116045c9a1d
Octal10211312021601053111235
Binary100001010010111010000100011100100010111001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #424B50;
 }
 .AnyTagClassName
 {
   color: #424B50;
 }
</style>
background-color css

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

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

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

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

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

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