Html Css Color HEX #445F61 Smalt Blue

📋 copy color: '#445F61'

red 68 ◦ green 95 ◦ blue 97

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

Shades of Smalt Blue #445F61

Tints of Smalt Blue #445F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 26.15%
G = 36.54%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445F61 (or 0x445F61) is known color: Smalt Blue. HEX triplet: 44, 5F and 61. RGB value is (68,95,97). Sum of RGB (Red+Green+Blue) = 68+95+97=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #445F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F61 is #BBA09E. Grayscale: #575757. Windows color (decimal): -12296351 or 6381380. OLE color: 6381380.

HSL color Cylindrical-coordinate representation of color #445F61: hue angle of 184.14º 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 #445F61 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 95 97 -
CMYK 0.30 0.02 0 0.62
HSL 184.14º 0.18% 0.32% -
HSV(B) 184.14º 0.3% 0.38% -
XYZ 8.63 10.28 12.84 -
YUV 87.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 68 95 97 0.30 0.02 0 0.62 184.14 0.18 0.32
Hex 44 5F 61 1E 2 0 3E B8 12 20
Octal 104 137 141 36 2 0 76 270 22 40
Binary 1000100 1011111 1100001 11110 10 0 111110 10111000 10010 100000

Color Harmonies of #445F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F61

Black with #445F61

Text Example


Text Example

White with #445F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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