#456069

Color #456069 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #456069

Tints of Smalt Blue #456069

Color information

#456069 (or 0x456069) is unknown color: approx Smalt Blue. HEX triplet: 45, 60 and 69. RGB value is (69,96,105). Sum of RGB (Red+Green+Blue) = 69+96+105=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #456069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456069 is #BA9F96. Grayscale: #585858. Windows color (decimal): -12230551 or 6905925. OLE color: 6905925.

HSL color Cylindrical-coordinate representation of color #456069: hue angle of 195º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456069 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6996105-
CMYK0.340.0900.59
HSL195º20.69%34.12%-
HSV(B)195º34.29%41.18%-
XYZ9.1910.6514.94-
YUV88.95137.05113.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=25.56%
G=35.56%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69961050.340.0900.5919520.6934.12
Hex45606922903Bc31522
Octal10514015142110733032542
Binary100010111000001101001100010100101110111100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456069; }

 p { color: rgb(69,96,105); }

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

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

 a { background-color: rgb(69,96,105); }

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

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

 span { border-color: rgb(69,96,105); }

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