Html Css Color HEX #465E5F Smalt Blue

📋 copy color: '#465E5F'

red 70 ◦ green 94 ◦ blue 95

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

Shades of Smalt Blue #465E5F

Tints of Smalt Blue #465E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 27.03%
G = 36.29%
B = 36.68%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#465E5F (or 0x465E5F) is known color: Smalt Blue. HEX triplet: 46, 5E and 5F. RGB value is (70,94,95). Sum of RGB (Red+Green+Blue) = 70+94+95=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #465E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5F is #B9A1A0. Grayscale: #565656. Windows color (decimal): -12165537 or 6250054. OLE color: 6250054.

HSL color Cylindrical-coordinate representation of color #465E5F: hue angle of 182.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E5F is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 95 -
CMYK 0.26 0.01 0 0.63
HSL 182.4º 0.15% 0.32% -
HSV(B) 182.4º 0.26% 0.37% -
XYZ 8.59 10.13 12.33 -
YUV 86.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 70 94 95 0.26 0.01 0 0.63 182.4 0.15 0.32
Hex 46 5E 5F 1A 1 0 3F B6 F 20
Octal 106 136 137 32 1 0 77 266 17 40
Binary 1000110 1011110 1011111 11010 1 0 111111 10110110 1111 100000

Color Harmonies of #465E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E5F

Black with #465E5F

Text Example


Text Example

White with #465E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465E5F; }

 p { color: rgb(70,94,95); }

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

background-color css

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

 a { background-color: rgb(70,94,95); }

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

border-color css

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

 span { border-color: rgb(70,94,95); }

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