Html Css Color HEX #466267 Smalt Blue

📋 copy color: '#466267'

red 70 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #466267

Tints of Smalt Blue #466267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 25.83%
G = 36.16%
B = 38.01%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#466267 (or 0x466267) is known color: Smalt Blue. HEX triplet: 46, 62 and 67. RGB value is (70,98,103). Sum of RGB (Red+Green+Blue) = 70+98+103=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #466267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466267 is #B99D98. Grayscale: #5A5A5A. Windows color (decimal): -12164505 or 6775366. OLE color: 6775366.

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

Color convert

RGB 70 98 103 -
CMYK 0.32 0.05 0 0.60
HSL 189.09º 0.19% 0.34% -
HSV(B) 189.09º 0.32% 0.4% -
XYZ 9.34 11.02 14.47 -
YUV 90.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 70 98 103 0.32 0.05 0 0.60 189.09 0.19 0.34
Hex 46 62 67 20 5 0 3C BD 13 22
Octal 106 142 147 40 5 0 74 275 23 42
Binary 1000110 1100010 1100111 100000 101 0 111100 10111101 10011 100010

Color Harmonies of #466267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466267

Black with #466267

Text Example


Text Example

White with #466267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466267; }

 p { color: rgb(70,98,103); }

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

background-color css

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

 a { background-color: rgb(70,98,103); }

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

border-color css

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

 span { border-color: rgb(70,98,103); }

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