Html Css Color HEX #466165 Smalt Blue

📋 copy color: '#466165'

red 70 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #466165

Tints of Smalt Blue #466165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 26.12%
G = 36.19%
B = 37.69%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#466165 (or 0x466165) is known color: Smalt Blue. HEX triplet: 46, 61 and 65. RGB value is (70,97,101). Sum of RGB (Red+Green+Blue) = 70+97+101=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #466165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466165 is #B99E9A. Grayscale: #595959. Windows color (decimal): -12164763 or 6644038. OLE color: 6644038.

HSL color Cylindrical-coordinate representation of color #466165: hue angle of 187.74º degrees, saturation: 0.18, 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 #466165 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 97 101 -
CMYK 0.31 0.04 0 0.60
HSL 187.74º 0.18% 0.34% -
HSV(B) 187.74º 0.31% 0.4% -
XYZ 9.15 10.79 13.91 -
YUV 89.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 70 97 101 0.31 0.04 0 0.60 187.74 0.18 0.34
Hex 46 61 65 1F 4 0 3C BC 12 22
Octal 106 141 145 37 4 0 74 274 22 42
Binary 1000110 1100001 1100101 11111 100 0 111100 10111100 10010 100010

Color Harmonies of #466165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466165

Black with #466165

Text Example


Text Example

White with #466165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466165; }

 p { color: rgb(70,97,101); }

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

background-color css

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

 a { background-color: rgb(70,97,101); }

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

border-color css

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

 span { border-color: rgb(70,97,101); }

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