Html Css Color HEX #465B5D Smalt Blue

📋 copy color: '#465B5D'

red 70 ◦ green 91 ◦ blue 93

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

Shades of Smalt Blue #465B5D

Tints of Smalt Blue #465B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 27.56%
G = 35.83%
B = 36.61%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#465B5D (or 0x465B5D) is known color: Smalt Blue. HEX triplet: 46, 5B and 5D. RGB value is (70,91,93). Sum of RGB (Red+Green+Blue) = 70+91+93=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #465B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B5D is #B9A4A2. Grayscale: #545454. Windows color (decimal): -12166307 or 6118214. OLE color: 6118214.

HSL color Cylindrical-coordinate representation of color #465B5D: hue angle of 185.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465B5D is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 93 -
CMYK 0.25 0.02 0 0.64
HSL 185.22º 0.14% 0.32% -
HSV(B) 185.22º 0.25% 0.36% -
XYZ 8.24 9.57 11.77 -
YUV 84.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 70 91 93 0.25 0.02 0 0.64 185.22 0.14 0.32
Hex 46 5B 5D 19 2 0 40 B9 E 20
Octal 106 133 135 31 2 0 100 271 16 40
Binary 1000110 1011011 1011101 11001 10 0 1000000 10111001 1110 100000

Color Harmonies of #465B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B5D

Black with #465B5D

Text Example


Text Example

White with #465B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,93); }

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

background-color css

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

 a { background-color: rgb(70,91,93); }

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

border-color css

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

 span { border-color: rgb(70,91,93); }

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