Html Css Color HEX #456063 Smalt Blue

📋 copy color: '#456063'

red 69 ◦ green 96 ◦ blue 99

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

Shades of Smalt Blue #456063

Tints of Smalt Blue #456063

RGB

 RED value IS 69 (27.34% from 255) = 26.14%

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 26.14%
G = 36.36%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#456063 (or 0x456063) is known color: Smalt Blue. HEX triplet: 45, 60 and 63. RGB value is (69,96,99). Sum of RGB (Red+Green+Blue) = 69+96+99=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #456063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456063 is #BA9F9C. Grayscale: #585858. Windows color (decimal): -12230557 or 6512709. OLE color: 6512709.

HSL color Cylindrical-coordinate representation of color #456063: hue angle of 186º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456063 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 96 99 -
CMYK 0.30 0.03 0 0.61
HSL 186º 0.18% 0.33% -
HSV(B) 186º 0.3% 0.39% -
XYZ 8.89 10.53 13.37 -
YUV 88.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 69 96 99 0.30 0.03 0 0.61 186 0.18 0.33
Hex 45 60 63 1E 3 0 3D BA 12 21
Octal 105 140 143 36 3 0 75 272 22 41
Binary 1000101 1100000 1100011 11110 11 0 111101 10111010 10010 100001

Color Harmonies of #456063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456063

Black with #456063

Text Example


Text Example

White with #456063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456063; }

 p { color: rgb(69,96,99); }

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

background-color css

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

 a { background-color: rgb(69,96,99); }

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

border-color css

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

 span { border-color: rgb(69,96,99); }

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