#4B3B74

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

Shades of Meteorite #4B3B74

Tints of Meteorite #4B3B74

Color information

#4B3B74 (or 0x4B3B74) is unknown color: approx Meteorite. HEX triplet: 4B, 3B and 74. RGB value is (75,59,116). Sum of RGB (Red+Green+Blue) = 75+59+116=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B3B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3B74 is #B4C48B. Grayscale: #464646. Windows color (decimal): -11846796 or 7617355. OLE color: 7617355.

HSL color Cylindrical-coordinate representation of color #4B3B74: hue angle of 256.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B3B74 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7559116-
CMYK0.350.4900.55
HSL256.84º32.57%34.31%-
HSV(B)256.84º49.14%45.49%-
XYZ7.625.8817.26-
YUV70.28153.8131.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=30%
G=23.6%
B=46.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75591160.350.4900.55256.8432.5734.31
Hex4B3B7423310371012122
Octal1137316443610674014142
Binary100101111101111101001000111100010110111100000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B3B74; }

 p { color: rgb(75,59,116); }

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

<style>
 a { background-color: #4B3B74; }

 a { background-color: rgb(75,59,116); }

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

<style>
 span { border-color: #4B3B74; }

 span { border-color: rgb(75,59,116); }

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