Html Css Color HEX #445E67 Smalt Blue

📋 copy color: '#445E67'

red 68 ◦ green 94 ◦ blue 103

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

Shades of Smalt Blue #445E67

Tints of Smalt Blue #445E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.47%

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 25.66%
G = 35.47%
B = 38.87%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#445E67 (or 0x445E67) is known color: Smalt Blue. HEX triplet: 44, 5E and 67. RGB value is (68,94,103). Sum of RGB (Red+Green+Blue) = 68+94+103=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #445E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E67 is #BBA198. Grayscale: #575757. Windows color (decimal): -12296601 or 6774340. OLE color: 6774340.

HSL color Cylindrical-coordinate representation of color #445E67: hue angle of 195.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445E67 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 94 103 -
CMYK 0.34 0.09 0 0.60
HSL 195.43º 0.2% 0.34% -
HSV(B) 195.43º 0.34% 0.4% -
XYZ 8.83 10.21 14.34 -
YUV 87.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 68 94 103 0.34 0.09 0 0.60 195.43 0.2 0.34
Hex 44 5E 67 22 9 0 3C C3 14 22
Octal 104 136 147 42 11 0 74 303 24 42
Binary 1000100 1011110 1100111 100010 1001 0 111100 11000011 10100 100010

Color Harmonies of #445E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E67

Black with #445E67

Text Example


Text Example

White with #445E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,103); }

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

background-color css

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

 a { background-color: rgb(68,94,103); }

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

border-color css

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

 span { border-color: rgb(68,94,103); }

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