Html Css Color HEX #425D66 Smalt Blue

📋 copy color: '#425D66'

red 66 ◦ green 93 ◦ blue 102

#425D66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #425D66

Tints of Smalt Blue #425D66

RGB

 RED value IS 66 (26.17% from 255) = 25.29%

 GREEN value IS 93 (36.72% from 255) = 35.63%

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 25.29%
G = 35.63%
B = 39.08%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#425D66 (or 0x425D66) is known color: Smalt Blue. HEX triplet: 42, 5D and 66. RGB value is (66,93,102). Sum of RGB (Red+Green+Blue) = 66+93+102=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #425D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D66 is #BDA299. Grayscale: #555555. Windows color (decimal): -12427930 or 6708546. OLE color: 6708546.

HSL color Cylindrical-coordinate representation of color #425D66: hue angle of 195º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425D66 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 93 102 -
CMYK 0.35 0.09 0 0.6
HSL 195º 0.21% 0.33% -
HSV(B) 195º 0.35% 0.4% -
XYZ 8.56 9.95 14.04 -
YUV 85.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 66 93 102 0.35 0.09 0 0.6 195 0.21 0.33
Hex 42 5D 66 23 9 0 3C C3 15 21
Octal 102 135 146 43 11 0 74 303 25 41
Binary 1000010 1011101 1100110 100011 1001 0 111100 11000011 10101 100001

Color Harmonies of #425D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D66

Black with #425D66

Text Example


Text Example

White with #425D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,102); }

 H1.HeaderClassName
 {
   color: #425D66;
 }
 .AnyTagClassName
 {
   color: #425D66;
 }
</style>

background-color css

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

 a { background-color: rgb(66,93,102); }

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

border-color css

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

 span { border-color: rgb(66,93,102); }

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