#45376E

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

Shades of Meteorite #45376E

Tints of Meteorite #45376E

Color information

#45376E (or 0x45376E) is unknown color: approx Meteorite. HEX triplet: 45, 37 and 6E. RGB value is (69,55,110). Sum of RGB (Red+Green+Blue) = 69+55+110=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #45376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45376E is #BAC891. Grayscale: #414141. Windows color (decimal): -12241042 or 7223109. OLE color: 7223109.

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

Color convert

RGB6955110-
CMYK0.370.500.57
HSL255.27º33.33%32.35%-
HSV(B)255.27º50%43.14%-
XYZ6.635.1215.39-
YUV65.46153.14130.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=29.49%
G=23.50%
B=47.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69551100.370.500.57255.2733.3332.35
Hex45376E2532039ff2120
Octal1056715645620713774140
Binary10001011101111101110100101110010011100111111111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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