Html Css Color HEX #445D63 Smalt Blue

📋 copy color: '#445D63'

red 68 ◦ green 93 ◦ blue 99

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

Shades of Smalt Blue #445D63

Tints of Smalt Blue #445D63

RGB

 RED value IS 68 (26.95% from 255) = 26.15%

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

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 26.15%
G = 35.77%
B = 38.08%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#445D63 (or 0x445D63) is known color: Smalt Blue. HEX triplet: 44, 5D and 63. RGB value is (68,93,99). Sum of RGB (Red+Green+Blue) = 68+93+99=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 93 (36.72% from 255 or 35.77% 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 #445D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D63 is #BBA29C. Grayscale: #565656. Windows color (decimal): -12296861 or 6511940. OLE color: 6511940.

HSL color Cylindrical-coordinate representation of color #445D63: hue angle of 191.61º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445D63 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 93 99 -
CMYK 0.31 0.06 0 0.61
HSL 191.61º 0.19% 0.33% -
HSV(B) 191.61º 0.31% 0.39% -
XYZ 8.55 9.96 13.28 -
YUV 86.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 68 93 99 0.31 0.06 0 0.61 191.61 0.19 0.33
Hex 44 5D 63 1F 6 0 3D C0 13 21
Octal 104 135 143 37 6 0 75 300 23 41
Binary 1000100 1011101 1100011 11111 110 0 111101 11000000 10011 100001

Color Harmonies of #445D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D63

Black with #445D63

Text Example


Text Example

White with #445D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D63; }

 p { color: rgb(68,93,99); }

 H1.HeaderClassName
 {
   color: #445D63;
 }
 .AnyTagClassName
 {
   color: #445D63;
 }
</style>

background-color css

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

 a { background-color: rgb(68,93,99); }

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

border-color css

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

 span { border-color: rgb(68,93,99); }

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