Html Css Color HEX #446168 Smalt Blue

📋 copy color: '#446168'

red 68 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #446168

Tints of Smalt Blue #446168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 25.28%
G = 36.06%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#446168 (or 0x446168) is known color: Smalt Blue. HEX triplet: 44, 61 and 68. RGB value is (68,97,104). Sum of RGB (Red+Green+Blue) = 68+97+104=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #446168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446168 is #BB9E97. Grayscale: #595959. Windows color (decimal): -12295832 or 6840644. OLE color: 6840644.

HSL color Cylindrical-coordinate representation of color #446168: hue angle of 191.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446168 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 97 104 -
CMYK 0.35 0.07 0 0.59
HSL 191.67º 0.21% 0.34% -
HSV(B) 191.67º 0.35% 0.41% -
XYZ 9.16 10.78 14.69 -
YUV 89.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 68 97 104 0.35 0.07 0 0.59 191.67 0.21 0.34
Hex 44 61 68 23 7 0 3B C0 15 22
Octal 104 141 150 43 7 0 73 300 25 42
Binary 1000100 1100001 1101000 100011 111 0 111011 11000000 10101 100010

Color Harmonies of #446168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446168

Black with #446168

Text Example


Text Example

White with #446168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446168; }

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

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

background-color css

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

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

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

border-color css

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

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

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