#45376C

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

Shades of Meteorite #45376C

Tints of Meteorite #45376C

Color information

#45376C (or 0x45376C) is unknown color: approx Meteorite. HEX triplet: 45, 37 and 6C. RGB value is (69,55,108). Sum of RGB (Red+Green+Blue) = 69+55+108=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #45376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45376C is #BAC893. Grayscale: #414141. Windows color (decimal): -12241044 or 7092037. OLE color: 7092037.

HSL color Cylindrical-coordinate representation of color #45376C: hue angle of 255.85º degrees, saturation: 0.33, 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 #45376C is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6955108-
CMYK0.360.4900.58
HSL255.85º32.52%31.96%-
HSV(B)255.85º49.07%42.35%-
XYZ6.535.0814.82-
YUV65.23152.14130.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=29.74%
G=23.71%
B=46.55%

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
Decimal69551080.360.4900.58255.8532.5231.96
Hex45376C243103A1002120
Octal1056715444610724004140
Binary100010111011111011001001001100010111010100000000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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