Html Css Color HEX #445C61 Smalt Blue

📋 copy color: '#445C61'

red 68 ◦ green 92 ◦ blue 97

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

Shades of Smalt Blue #445C61

Tints of Smalt Blue #445C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 26.46%
G = 35.8%
B = 37.74%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445C61 (or 0x445C61) is known color: Smalt Blue. HEX triplet: 44, 5C and 61. RGB value is (68,92,97). Sum of RGB (Red+Green+Blue) = 68+92+97=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #445C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C61 is #BBA39E. Grayscale: #555555. Windows color (decimal): -12297119 or 6380612. OLE color: 6380612.

HSL color Cylindrical-coordinate representation of color #445C61: hue angle of 190.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445C61 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 92 97 -
CMYK 0.30 0.05 0 0.62
HSL 190.34º 0.18% 0.32% -
HSV(B) 190.34º 0.3% 0.38% -
XYZ 8.37 9.75 12.75 -
YUV 85.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 68 92 97 0.30 0.05 0 0.62 190.34 0.18 0.32
Hex 44 5C 61 1E 5 0 3E BE 12 20
Octal 104 134 141 36 5 0 76 276 22 40
Binary 1000100 1011100 1100001 11110 101 0 111110 10111110 10010 100000

Color Harmonies of #445C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C61

Black with #445C61

Text Example


Text Example

White with #445C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,97); }

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

background-color css

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

 a { background-color: rgb(68,92,97); }

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

border-color css

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

 span { border-color: rgb(68,92,97); }

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