Html Css Color HEX #45616C Smalt Blue

📋 copy color: '#45616C'

red 69 ◦ green 97 ◦ blue 108

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

Shades of Smalt Blue #45616C

Tints of Smalt Blue #45616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 25.18%
G = 35.4%
B = 39.42%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45616C (or 0x45616C) is known color: Smalt Blue. HEX triplet: 45, 61 and 6C. RGB value is (69,97,108). Sum of RGB (Red+Green+Blue) = 69+97+108=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #45616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45616C is #BA9E93. Grayscale: #595959. Windows color (decimal): -12230292 or 7102789. OLE color: 7102789.

HSL color Cylindrical-coordinate representation of color #45616C: hue angle of 196.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45616C is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 97 108 -
CMYK 0.36 0.10 0 0.58
HSL 196.92º 0.22% 0.35% -
HSV(B) 196.92º 0.36% 0.42% -
XYZ 9.44 10.9 15.79 -
YUV 89.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 69 97 108 0.36 0.10 0 0.58 196.92 0.22 0.35
Hex 45 61 6C 24 A 0 3A C5 16 23
Octal 105 141 154 44 12 0 72 305 26 43
Binary 1000101 1100001 1101100 100100 1010 0 111010 11000101 10110 100011

Color Harmonies of #45616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45616C

Black with #45616C

Text Example


Text Example

White with #45616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45616C; }

 p { color: rgb(69,97,108); }

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

background-color css

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

 a { background-color: rgb(69,97,108); }

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

border-color css

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

 span { border-color: rgb(69,97,108); }

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