Html Css Color HEX #446266 Smalt Blue

📋 copy color: '#446266'

red 68 ◦ green 98 ◦ blue 102

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

Shades of Smalt Blue #446266

Tints of Smalt Blue #446266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

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

R = 25.37%
G = 36.57%
B = 38.06%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#446266 (or 0x446266) is known color: Smalt Blue. HEX triplet: 44, 62 and 66. RGB value is (68,98,102). Sum of RGB (Red+Green+Blue) = 68+98+102=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #446266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446266 is #BB9D99. Grayscale: #595959. Windows color (decimal): -12295578 or 6709828. OLE color: 6709828.

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

Color convert

RGB 68 98 102 -
CMYK 0.33 0.04 0 0.6
HSL 187.06º 0.2% 0.33% -
HSV(B) 187.06º 0.33% 0.4% -
XYZ 9.15 10.92 14.2 -
YUV 89.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 68 98 102 0.33 0.04 0 0.6 187.06 0.2 0.33
Hex 44 62 66 21 4 0 3C BB 14 21
Octal 104 142 146 41 4 0 74 273 24 41
Binary 1000100 1100010 1100110 100001 100 0 111100 10111011 10100 100001

Color Harmonies of #446266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446266

Black with #446266

Text Example


Text Example

White with #446266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446266; }

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

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

background-color css

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

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

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

border-color css

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

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

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