#454D51

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

Shades of Atomic #454D51

Tints of Atomic #454D51

Color information

#454D51 (or 0x454D51) is unknown color: approx Atomic. HEX triplet: 45, 4D and 51. RGB value is (69,77,81). Sum of RGB (Red+Green+Blue) = 69+77+81=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #454D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D51 is #BAB2AE. Grayscale: #4B4B4B. Windows color (decimal): -12235439 or 5328197. OLE color: 5328197.

HSL color Cylindrical-coordinate representation of color #454D51: hue angle of 200º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454D51 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697781-
CMYK0.150.0500.68
HSL200º8%29.41%-
HSV(B)200º14.81%31.76%-
XYZ6.597.178.82-
YUV75.06131.35123.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=30.40%
G=33.92%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6977810.150.0500.68200829.41
Hex454D51F5044c881d
Octal10511512117501043101035
Binary10001011001101101000111111010100010011001000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,81); }

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

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

 a { background-color: rgb(69,77,81); }

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

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

 span { border-color: rgb(69,77,81); }

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