Html Css Color HEX #45636D Smalt Blue

📋 copy color: '#45636D'

red 69 ◦ green 99 ◦ blue 109

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

Shades of Smalt Blue #45636D

Tints of Smalt Blue #45636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 24.91%
G = 35.74%
B = 39.35%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45636D (or 0x45636D) is known color: Smalt Blue. HEX triplet: 45, 63 and 6D. RGB value is (69,99,109). Sum of RGB (Red+Green+Blue) = 69+99+109=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #45636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45636D is #BA9C92. Grayscale: #5B5B5B. Windows color (decimal): -12229779 or 7168837. OLE color: 7168837.

HSL color Cylindrical-coordinate representation of color #45636D: hue angle of 195º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45636D is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 99 109 -
CMYK 0.37 0.09 0 0.57
HSL 195º 0.22% 0.35% -
HSV(B) 195º 0.37% 0.43% -
XYZ 9.68 11.29 16.14 -
YUV 91.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 69 99 109 0.37 0.09 0 0.57 195 0.22 0.35
Hex 45 63 6D 25 9 0 39 C3 16 23
Octal 105 143 155 45 11 0 71 303 26 43
Binary 1000101 1100011 1101101 100101 1001 0 111001 11000011 10110 100011

Color Harmonies of #45636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45636D

Black with #45636D

Text Example


Text Example

White with #45636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45636D; }

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

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

background-color css

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

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

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

border-color css

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

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

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