#425F63

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

Shades of Smalt Blue #425F63

Tints of Smalt Blue #425F63

Color information

#425F63 (or 0x425F63) is unknown color: approx Smalt Blue. HEX triplet: 42, 5F and 63. RGB value is (66,95,99). Sum of RGB (Red+Green+Blue) = 66+95+99=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #425F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F63 is #BDA09C. Grayscale: #565656. Windows color (decimal): -12427421 or 6512450. OLE color: 6512450.

HSL color Cylindrical-coordinate representation of color #425F63: hue angle of 187.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425F63 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB669599-
CMYK0.330.0400.61
HSL187.27º20%32.35%-
HSV(B)187.27º33.33%38.82%-
XYZ8.5910.2413.33-
YUV86.78134.89113.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=25.38%
G=36.54%
B=38.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6695990.330.0400.61187.272032.35
Hex425F6321403Dbb1420
Octal1021371434140752732440
Binary10000101011111110001110000110001111011011101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425F63; }

 p { color: rgb(66,95,99); }

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

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

 a { background-color: rgb(66,95,99); }

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

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

 span { border-color: rgb(66,95,99); }

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