#45376D

Color #45376D Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #45376D

Tints of Meteorite #45376D

Color information

#45376D (or 0x45376D) is unknown color: approx Meteorite. HEX triplet: 45, 37 and 6D. RGB value is (69,55,109). Sum of RGB (Red+Green+Blue) = 69+55+109=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #45376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45376D is #BAC892. Grayscale: #414141. Windows color (decimal): -12241043 or 7157573. OLE color: 7157573.

HSL color Cylindrical-coordinate representation of color #45376D: hue angle of 255.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45376D is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6955109-
CMYK0.370.5000.57
HSL255.56º32.93%32.16%-
HSV(B)255.56º49.54%42.75%-
XYZ6.585.115.11-
YUV65.34152.64130.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=29.61%
G=23.61%
B=46.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69551090.370.5000.57255.5632.9332.16
Hex45376D25320391002120
Octal1056715545620714004140
Binary100010111011111011011001011100100111001100000000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #45376D;
 }
 .AnyTagClassName
 {
   color: #45376D;
 }
</style>
background-color css

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

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

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

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

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

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