Html Css Color HEX #445B61 Smalt Blue

📋 copy color: '#445B61'

red 68 ◦ green 91 ◦ blue 97

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

Shades of Smalt Blue #445B61

Tints of Smalt Blue #445B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

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

R = 26.56%
G = 35.55%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445B61 (or 0x445B61) is known color: Smalt Blue. HEX triplet: 44, 5B and 61. RGB value is (68,91,97). Sum of RGB (Red+Green+Blue) = 68+91+97=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #445B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B61 is #BBA49E. Grayscale: #545454. Windows color (decimal): -12297375 or 6380356. OLE color: 6380356.

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

Color convert

RGB 68 91 97 -
CMYK 0.30 0.06 0 0.62
HSL 192.41º 0.18% 0.32% -
HSV(B) 192.41º 0.3% 0.38% -
XYZ 8.28 9.57 12.72 -
YUV 84.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 68 91 97 0.30 0.06 0 0.62 192.41 0.18 0.32
Hex 44 5B 61 1E 6 0 3E C0 12 20
Octal 104 133 141 36 6 0 76 300 22 40
Binary 1000100 1011011 1100001 11110 110 0 111110 11000000 10010 100000

Color Harmonies of #445B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B61

Black with #445B61

Text Example


Text Example

White with #445B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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