Html Css Color HEX #466063 Smalt Blue

📋 copy color: '#466063'

red 70 ◦ green 96 ◦ blue 99

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

Shades of Smalt Blue #466063

Tints of Smalt Blue #466063

RGB

 RED value IS 70 (27.73% from 255) = 26.42%

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 26.42%
G = 36.23%
B = 37.36%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#466063 (or 0x466063) is known color: Smalt Blue. HEX triplet: 46, 60 and 63. RGB value is (70,96,99). Sum of RGB (Red+Green+Blue) = 70+96+99=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #466063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466063 is #B99F9C. Grayscale: #585858. Windows color (decimal): -12165021 or 6512710. OLE color: 6512710.

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

Color convert

RGB 70 96 99 -
CMYK 0.29 0.03 0 0.61
HSL 186.21º 0.17% 0.33% -
HSV(B) 186.21º 0.29% 0.39% -
XYZ 8.96 10.57 13.37 -
YUV 88.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 70 96 99 0.29 0.03 0 0.61 186.21 0.17 0.33
Hex 46 60 63 1D 3 0 3D BA 11 21
Octal 106 140 143 35 3 0 75 272 21 41
Binary 1000110 1100000 1100011 11101 11 0 111101 10111010 10001 100001

Color Harmonies of #466063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466063

Black with #466063

Text Example


Text Example

White with #466063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466063; }

 p { color: rgb(70,96,99); }

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

background-color css

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

 a { background-color: rgb(70,96,99); }

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

border-color css

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

 span { border-color: rgb(70,96,99); }

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