#454B4E

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

Shades of Atomic #454B4E

Tints of Atomic #454B4E

Color information

#454B4E (or 0x454B4E) is unknown color: approx Atomic. HEX triplet: 45, 4B and 4E. RGB value is (69,75,78). Sum of RGB (Red+Green+Blue) = 69+75+78=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #454B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B4E is #BAB4B1. Grayscale: #494949. Windows color (decimal): -12235954 or 5131077. OLE color: 5131077.

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

Color convert

RGB697578-
CMYK0.120.0400.69
HSL200º6.12%28.82%-
HSV(B)200º11.54%30.59%-
XYZ6.356.858.19-
YUV73.55130.51124.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=31.08%
G=33.78%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6975780.120.0400.692006.1228.82
Hex454B4EC4045c861d
Octal1051131161440105310635
Binary1000101100101110011101100100010001011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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