Html Css Color HEX #466066 Smalt Blue

📋 copy color: '#466066'

red 70 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #466066

Tints of Smalt Blue #466066

RGB

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

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

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

R = 26.12%
G = 35.82%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#466066 (or 0x466066) is known color: Smalt Blue. HEX triplet: 46, 60 and 66. RGB value is (70,96,102). Sum of RGB (Red+Green+Blue) = 70+96+102=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 96 (37.89% from 255 or 35.82% 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 #466066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466066 is #B99F99. Grayscale: #585858. Windows color (decimal): -12165018 or 6709318. OLE color: 6709318.

HSL color Cylindrical-coordinate representation of color #466066: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466066 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 96 102 -
CMYK 0.31 0.06 0 0.6
HSL 191.25º 0.19% 0.34% -
HSV(B) 191.25º 0.31% 0.4% -
XYZ 9.11 10.63 14.14 -
YUV 88.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 70 96 102 0.31 0.06 0 0.6 191.25 0.19 0.34
Hex 46 60 66 1F 6 0 3C BF 13 22
Octal 106 140 146 37 6 0 74 277 23 42
Binary 1000110 1100000 1100110 11111 110 0 111100 10111111 10011 100010

Color Harmonies of #466066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466066

Black with #466066

Text Example


Text Example

White with #466066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466066; }

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

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

background-color css

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

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

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

border-color css

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

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

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