Html Css Color HEX #446269 Smalt Blue

📋 copy color: '#446269'

red 68 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #446269

Tints of Smalt Blue #446269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 25.09%
G = 36.16%
B = 38.75%

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

#446269 (or 0x446269) is known color: Smalt Blue. HEX triplet: 44, 62 and 69. RGB value is (68,98,105). Sum of RGB (Red+Green+Blue) = 68+98+105=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #446269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446269 is #BB9D96. Grayscale: #595959. Windows color (decimal): -12295575 or 6906436. OLE color: 6906436.

HSL color Cylindrical-coordinate representation of color #446269: hue angle of 191.35º 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 #446269 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 98 105 -
CMYK 0.35 0.07 0 0.59
HSL 191.35º 0.21% 0.34% -
HSV(B) 191.35º 0.35% 0.41% -
XYZ 9.3 10.98 14.99 -
YUV 89.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 68 98 105 0.35 0.07 0 0.59 191.35 0.21 0.34
Hex 44 62 69 23 7 0 3B BF 15 22
Octal 104 142 151 43 7 0 73 277 25 42
Binary 1000100 1100010 1101001 100011 111 0 111011 10111111 10101 100010

Color Harmonies of #446269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446269

Black with #446269

Text Example


Text Example

White with #446269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446269; }

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

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

background-color css

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

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

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

border-color css

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

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

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