#416369

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

Shades of Smalt Blue #416369

Tints of Smalt Blue #416369

Color information

#416369 (or 0x416369) is unknown color: approx Smalt Blue. HEX triplet: 41, 63 and 69. RGB value is (65,99,105). Sum of RGB (Red+Green+Blue) = 65+99+105=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #416369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416369 is #BE9C96. Grayscale: #595959. Windows color (decimal): -12491927 or 6906689. OLE color: 6906689.

HSL color Cylindrical-coordinate representation of color #416369: hue angle of 189º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416369 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6599105-
CMYK0.380.0600.59
HSL189º23.53%33.33%-
HSV(B)189º38.1%41.18%-
XYZ9.1911.0715.02-
YUV89.52136.74110.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 105 (41.41% from 255) = 39.03%
R=24.16%
G=36.80%
B=39.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65991050.380.0600.5918923.5333.33
Hex41636926603Bbd1821
Octal1011431514660732753041
Binary10000011100011110100110011011001110111011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416369; }

 p { color: rgb(65,99,105); }

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

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

 a { background-color: rgb(65,99,105); }

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

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

 span { border-color: rgb(65,99,105); }

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