#4B3C6D

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

Shades of Meteorite #4B3C6D

Tints of Meteorite #4B3C6D

Color information

#4B3C6D (or 0x4B3C6D) is unknown color: approx Meteorite. HEX triplet: 4B, 3C and 6D. RGB value is (75,60,109). Sum of RGB (Red+Green+Blue) = 75+60+109=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B3C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C6D is #B4C392. Grayscale: #454545. Windows color (decimal): -11846547 or 7158859. OLE color: 7158859.

HSL color Cylindrical-coordinate representation of color #4B3C6D: hue angle of 258.37º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3C6D is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7560109-
CMYK0.310.4500.57
HSL258.37º28.99%33.14%-
HSV(B)258.37º44.95%42.75%-
XYZ7.285.8315.21-
YUV70.07149.97131.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=30.74%
G=24.59%
B=44.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75601090.310.4500.57258.3728.9933.14
Hex4B3C6D1F2D0391021d21
Octal1137415537550714023541
Binary1001011111100110110111111101101011100110000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,109); }

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

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

 a { background-color: rgb(75,60,109); }

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

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

 span { border-color: rgb(75,60,109); }

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