Html Css Color HEX #445F66 Smalt Blue

📋 copy color: '#445F66'

red 68 ◦ green 95 ◦ blue 102

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

Shades of Smalt Blue #445F66

Tints of Smalt Blue #445F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 25.66%
G = 35.85%
B = 38.49%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#445F66 (or 0x445F66) is known color: Smalt Blue. HEX triplet: 44, 5F and 66. RGB value is (68,95,102). Sum of RGB (Red+Green+Blue) = 68+95+102=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #445F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F66 is #BBA099. Grayscale: #575757. Windows color (decimal): -12296346 or 6709060. OLE color: 6709060.

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

Color convert

RGB 68 95 102 -
CMYK 0.33 0.07 0 0.6
HSL 192.35º 0.2% 0.33% -
HSV(B) 192.35º 0.33% 0.4% -
XYZ 8.87 10.37 14.1 -
YUV 87.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 68 95 102 0.33 0.07 0 0.6 192.35 0.2 0.33
Hex 44 5F 66 21 7 0 3C C0 14 21
Octal 104 137 146 41 7 0 74 300 24 41
Binary 1000100 1011111 1100110 100001 111 0 111100 11000000 10100 100001

Color Harmonies of #445F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F66

Black with #445F66

Text Example


Text Example

White with #445F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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