Html Css Color HEX #455F63 Smalt Blue

📋 copy color: '#455F63'

red 69 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #455F63

Tints of Smalt Blue #455F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 26.24%
G = 36.12%
B = 37.64%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#455F63 (or 0x455F63) is known color: Smalt Blue. HEX triplet: 45, 5F and 63. RGB value is (69,95,99). Sum of RGB (Red+Green+Blue) = 69+95+99=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #455F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F63 is #BAA09C. Grayscale: #575757. Windows color (decimal): -12230813 or 6512453. OLE color: 6512453.

HSL color Cylindrical-coordinate representation of color #455F63: hue angle of 188º 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 #455F63 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 95 99 -
CMYK 0.30 0.04 0 0.61
HSL 188º 0.18% 0.33% -
HSV(B) 188º 0.3% 0.39% -
XYZ 8.8 10.35 13.34 -
YUV 87.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 69 95 99 0.30 0.04 0 0.61 188 0.18 0.33
Hex 45 5F 63 1E 4 0 3D BC 12 21
Octal 105 137 143 36 4 0 75 274 22 41
Binary 1000101 1011111 1100011 11110 100 0 111101 10111100 10010 100001

Color Harmonies of #455F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F63

Black with #455F63

Text Example


Text Example

White with #455F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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