#454B4F

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

Shades of Atomic #454B4F

Tints of Atomic #454B4F

Color information

#454B4F (or 0x454B4F) is unknown color: approx Atomic. HEX triplet: 45, 4B and 4F. RGB value is (69,75,79). Sum of RGB (Red+Green+Blue) = 69+75+79=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #454B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B4F is #BAB4B0. Grayscale: #494949. Windows color (decimal): -12235953 or 5196613. OLE color: 5196613.

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

Color convert

RGB697579-
CMYK0.130.0500.69
HSL204º6.76%29.02%-
HSV(B)204º12.66%30.98%-
XYZ6.386.868.39-
YUV73.66131.01124.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=30.94%
G=33.63%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6975790.130.0500.692046.7629.02
Hex454B4FD5045cc71d
Octal1051131171550105314735
Binary1000101100101110011111101101010001011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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