#4B4273

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

Shades of Meteorite #4B4273

Tints of Meteorite #4B4273

Color information

#4B4273 (or 0x4B4273) is unknown color: approx Meteorite. HEX triplet: 4B, 42 and 73. RGB value is (75,66,115). Sum of RGB (Red+Green+Blue) = 75+66+115=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4273 is #B4BD8C. Grayscale: #4A4A4A. Windows color (decimal): -11845005 or 7553611. OLE color: 7553611.

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

Color convert

RGB7566115-
CMYK0.350.4300.55
HSL251.02º27.07%35.49%-
HSV(B)251.02º42.61%45.1%-
XYZ7.946.6317.08-
YUV74.28150.98128.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=29.30%
G=25.78%
B=44.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75661150.350.4300.55251.0227.0735.49
Hex4B4273232B037fb1b23
Octal11310216343530673733343
Binary10010111000010111001110001110101101101111111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,115); }

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

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

 a { background-color: rgb(75,66,115); }

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

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

 span { border-color: rgb(75,66,115); }

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