#454B50

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

Shades of Atomic #454B50

Tints of Atomic #454B50

Color information

#454B50 (or 0x454B50) is unknown color: approx Atomic. HEX triplet: 45, 4B and 50. RGB value is (69,75,80). Sum of RGB (Red+Green+Blue) = 69+75+80=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #454B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B50 is #BAB4AF. Grayscale: #494949. Windows color (decimal): -12235952 or 5262149. OLE color: 5262149.

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

Color convert

RGB697580-
CMYK0.140.0600.69
HSL207.27º7.38%29.22%-
HSV(B)207.27º13.75%31.37%-
XYZ6.426.888.58-
YUV73.78131.51124.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=30.80%
G=33.48%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6975800.140.0600.69207.277.3829.22
Hex454B50E6045cf71d
Octal1051131201660105317735
Binary1000101100101110100001110110010001011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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