Html Css Color HEX #45636B Smalt Blue

📋 copy color: '#45636B'

red 69 ◦ green 99 ◦ blue 107

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

Shades of Smalt Blue #45636B

Tints of Smalt Blue #45636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 25.09%
G = 36%
B = 38.91%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45636B (or 0x45636B) is known color: Smalt Blue. HEX triplet: 45, 63 and 6B. RGB value is (69,99,107). Sum of RGB (Red+Green+Blue) = 69+99+107=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #45636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45636B is #BA9C94. Grayscale: #5A5A5A. Windows color (decimal): -12229781 or 7037765. OLE color: 7037765.

HSL color Cylindrical-coordinate representation of color #45636B: hue angle of 192.63º 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 #45636B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 99 107 -
CMYK 0.36 0.07 0 0.58
HSL 192.63º 0.22% 0.35% -
HSV(B) 192.63º 0.36% 0.42% -
XYZ 9.57 11.25 15.58 -
YUV 90.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 69 99 107 0.36 0.07 0 0.58 192.63 0.22 0.35
Hex 45 63 6B 24 7 0 3A C1 16 23
Octal 105 143 153 44 7 0 72 301 26 43
Binary 1000101 1100011 1101011 100100 111 0 111010 11000001 10110 100011

Color Harmonies of #45636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45636B

Black with #45636B

Text Example


Text Example

White with #45636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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