#45376B

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

Shades of Meteorite #45376B

Tints of Meteorite #45376B

Color information

#45376B (or 0x45376B) is unknown color: approx Meteorite. HEX triplet: 45, 37 and 6B. RGB value is (69,55,107). Sum of RGB (Red+Green+Blue) = 69+55+107=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #45376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45376B is #BAC894. Grayscale: #404040. Windows color (decimal): -12241045 or 7026501. OLE color: 7026501.

HSL color Cylindrical-coordinate representation of color #45376B: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45376B is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6955107-
CMYK0.360.4900.58
HSL256.15º32.1%31.76%-
HSV(B)256.15º48.6%41.96%-
XYZ6.475.0614.55-
YUV65.11151.64130.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=29.87%
G=23.81%
B=46.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69551070.360.4900.58256.1532.131.76
Hex45376B243103A1002020
Octal1056715344610724004040
Binary100010111011111010111001001100010111010100000000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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