#456065

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

Shades of Smalt Blue #456065

Tints of Smalt Blue #456065

Color information

#456065 (or 0x456065) is unknown color: approx Smalt Blue. HEX triplet: 45, 60 and 65. RGB value is (69,96,101). Sum of RGB (Red+Green+Blue) = 69+96+101=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #456065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456065 is #BA9F9A. Grayscale: #585858. Windows color (decimal): -12230555 or 6643781. OLE color: 6643781.

HSL color Cylindrical-coordinate representation of color #456065: hue angle of 189.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456065 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6996101-
CMYK0.320.0500.60
HSL189.38º18.82%33.33%-
HSV(B)189.38º31.68%39.61%-
XYZ8.9910.5713.88-
YUV88.5135.05114.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=25.94%
G=36.09%
B=37.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69961010.320.0500.60189.3818.8233.33
Hex45606520503Cbd1321
Octal1051401454050742752341
Binary10001011100000110010110000010101111001011110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456065; }

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

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

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

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

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

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

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

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