Html Css Color HEX #446166 Smalt Blue

📋 copy color: '#446166'

red 68 ◦ green 97 ◦ blue 102

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

Shades of Smalt Blue #446166

Tints of Smalt Blue #446166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

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

R = 25.47%
G = 36.33%
B = 38.2%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#446166 (or 0x446166) is known color: Smalt Blue. HEX triplet: 44, 61 and 66. RGB value is (68,97,102). Sum of RGB (Red+Green+Blue) = 68+97+102=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #446166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446166 is #BB9E99. Grayscale: #585858. Windows color (decimal): -12295834 or 6709572. OLE color: 6709572.

HSL color Cylindrical-coordinate representation of color #446166: hue angle of 188.82º 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 #446166 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 97 102 -
CMYK 0.33 0.05 0 0.6
HSL 188.82º 0.2% 0.33% -
HSV(B) 188.82º 0.33% 0.4% -
XYZ 9.06 10.74 14.17 -
YUV 88.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 68 97 102 0.33 0.05 0 0.6 188.82 0.2 0.33
Hex 44 61 66 21 5 0 3C BD 14 21
Octal 104 141 146 41 5 0 74 275 24 41
Binary 1000100 1100001 1100110 100001 101 0 111100 10111101 10100 100001

Color Harmonies of #446166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446166

Black with #446166

Text Example


Text Example

White with #446166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446166; }

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

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

background-color css

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

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

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

border-color css

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

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

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