Html Css Color HEX #446064 Smalt Blue

📋 copy color: '#446064'

red 68 ◦ green 96 ◦ blue 100

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

Shades of Smalt Blue #446064

Tints of Smalt Blue #446064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 25.76%
G = 36.36%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#446064 (or 0x446064) is known color: Smalt Blue. HEX triplet: 44, 60 and 64. RGB value is (68,96,100). Sum of RGB (Red+Green+Blue) = 68+96+100=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 100 - color contains mainly: blue. Hex color #446064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446064 is #BB9F9B. Grayscale: #585858. Windows color (decimal): -12296092 or 6578244. OLE color: 6578244.

HSL color Cylindrical-coordinate representation of color #446064: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #446064 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 96 100 -
CMYK 0.32 0.04 0 0.61
HSL 187.5º 0.19% 0.33% -
HSV(B) 187.5º 0.32% 0.39% -
XYZ 8.87 10.51 13.62 -
YUV 88.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 68 96 100 0.32 0.04 0 0.61 187.5 0.19 0.33
Hex 44 60 64 20 4 0 3D BC 13 21
Octal 104 140 144 40 4 0 75 274 23 41
Binary 1000100 1100000 1100100 100000 100 0 111101 10111100 10011 100001

Color Harmonies of #446064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446064

Black with #446064

Text Example


Text Example

White with #446064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446064; }

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

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

background-color css

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

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

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

border-color css

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

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

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