Html Css Color HEX #465C63 Smalt Blue

📋 copy color: '#465C63'

red 70 ◦ green 92 ◦ blue 99

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

Shades of Smalt Blue #465C63

Tints of Smalt Blue #465C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 26.82%
G = 35.25%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465C63 (or 0x465C63) is known color: Smalt Blue. HEX triplet: 46, 5C and 63. RGB value is (70,92,99). Sum of RGB (Red+Green+Blue) = 70+92+99=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #465C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C63 is #B9A39C. Grayscale: #565656. Windows color (decimal): -12166045 or 6511686. OLE color: 6511686.

HSL color Cylindrical-coordinate representation of color #465C63: hue angle of 194.48º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465C63 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 92 99 -
CMYK 0.29 0.07 0 0.61
HSL 194.48º 0.17% 0.33% -
HSV(B) 194.48º 0.29% 0.39% -
XYZ 8.61 9.86 13.25 -
YUV 86.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 70 92 99 0.29 0.07 0 0.61 194.48 0.17 0.33
Hex 46 5C 63 1D 7 0 3D C2 11 21
Octal 106 134 143 35 7 0 75 302 21 41
Binary 1000110 1011100 1100011 11101 111 0 111101 11000010 10001 100001

Color Harmonies of #465C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C63

Black with #465C63

Text Example


Text Example

White with #465C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,99); }

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

background-color css

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

 a { background-color: rgb(70,92,99); }

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

border-color css

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

 span { border-color: rgb(70,92,99); }

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