#425F69

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

Shades of Smalt Blue #425F69

Tints of Smalt Blue #425F69

Color information

#425F69 (or 0x425F69) is unknown color: approx Smalt Blue. HEX triplet: 42, 5F and 69. RGB value is (66,95,105). Sum of RGB (Red+Green+Blue) = 66+95+105=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #425F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F69 is #BDA096. Grayscale: #575757. Windows color (decimal): -12427415 or 6905666. OLE color: 6905666.

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

Color convert

RGB6695105-
CMYK0.370.1000.59
HSL195.38º22.81%33.53%-
HSV(B)195.38º37.14%41.18%-
XYZ8.8910.3614.9-
YUV87.47137.89112.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=24.81%
G=35.71%
B=39.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66951050.370.1000.59195.3822.8133.53
Hex425F6925A03Bc31722
Octal10213715145120733032742
Binary100001010111111101001100101101001110111100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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