Html Css Color HEX #45646E Smalt Blue

📋 copy color: '#45646E'

red 69 ◦ green 100 ◦ blue 110

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

Shades of Smalt Blue #45646E

Tints of Smalt Blue #45646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 24.73%
G = 35.84%
B = 39.43%

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

#45646E (or 0x45646E) is known color: Smalt Blue. HEX triplet: 45, 64 and 6E. RGB value is (69,100,110). Sum of RGB (Red+Green+Blue) = 69+100+110=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #45646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45646E is #BA9B91. Grayscale: #5B5B5B. Windows color (decimal): -12229522 or 7234629. OLE color: 7234629.

HSL color Cylindrical-coordinate representation of color #45646E: hue angle of 194.63º degrees, saturation: 0.23, 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 #45646E is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 100 110 -
CMYK 0.37 0.09 0 0.57
HSL 194.63º 0.23% 0.35% -
HSV(B) 194.63º 0.37% 0.43% -
XYZ 9.83 11.51 16.45 -
YUV 91.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 69 100 110 0.37 0.09 0 0.57 194.63 0.23 0.35
Hex 45 64 6E 25 9 0 39 C3 17 23
Octal 105 144 156 45 11 0 71 303 27 43
Binary 1000101 1100100 1101110 100101 1001 0 111001 11000011 10111 100011

Color Harmonies of #45646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45646E

Black with #45646E

Text Example


Text Example

White with #45646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45646E; }

 p { color: rgb(69,100,110); }

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

background-color css

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

 a { background-color: rgb(69,100,110); }

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

border-color css

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

 span { border-color: rgb(69,100,110); }

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