Html Css Color HEX #446066 Smalt Blue

📋 copy color: '#446066'

red 68 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #446066

Tints of Smalt Blue #446066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 25.56%
G = 36.09%
B = 38.35%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#446066 (or 0x446066) is known color: Smalt Blue. HEX triplet: 44, 60 and 66. RGB value is (68,96,102). Sum of RGB (Red+Green+Blue) = 68+96+102=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #446066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446066 is #BB9F99. Grayscale: #585858. Windows color (decimal): -12296090 or 6709316. OLE color: 6709316.

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

Color convert

RGB 68 96 102 -
CMYK 0.33 0.06 0 0.6
HSL 190.59º 0.2% 0.33% -
HSV(B) 190.59º 0.33% 0.4% -
XYZ 8.97 10.55 14.13 -
YUV 88.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 68 96 102 0.33 0.06 0 0.6 190.59 0.2 0.33
Hex 44 60 66 21 6 0 3C BF 14 21
Octal 104 140 146 41 6 0 74 277 24 41
Binary 1000100 1100000 1100110 100001 110 0 111100 10111111 10100 100001

Color Harmonies of #446066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446066

Black with #446066

Text Example


Text Example

White with #446066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446066; }

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

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

background-color css

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

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

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

border-color css

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

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

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