#45626F

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

Shades of Smalt Blue #45626F

Tints of Smalt Blue #45626F

Color information

#45626F (or 0x45626F) is unknown color: approx Smalt Blue. HEX triplet: 45, 62 and 6F. RGB value is (69,98,111). Sum of RGB (Red+Green+Blue) = 69+98+111=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #45626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45626F is #BA9D90. Grayscale: #5A5A5A. Windows color (decimal): -12230033 or 7299653. OLE color: 7299653.

HSL color Cylindrical-coordinate representation of color #45626F: hue angle of 198.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45626F is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6998111-
CMYK0.380.1200.56
HSL198.57º23.33%35.29%-
HSV(B)198.57º37.84%43.53%-
XYZ9.6911.1516.68-
YUV90.81139.39112.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=24.82%
G=35.25%
B=39.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69981110.380.1200.56198.5723.3335.29
Hex45626F26C038c71723
Octal10514215746140703072743
Binary100010111000101101111100110110001110001100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45626F; }

 p { color: rgb(69,98,111); }

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

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

 a { background-color: rgb(69,98,111); }

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

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

 span { border-color: rgb(69,98,111); }

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