#4B3875

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

Shades of Meteorite #4B3875

Tints of Meteorite #4B3875

Color information

#4B3875 (or 0x4B3875) is unknown color: approx Meteorite. HEX triplet: 4B, 38 and 75. RGB value is (75,56,117). Sum of RGB (Red+Green+Blue) = 75+56+117=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3875 is #B4C78A. Grayscale: #444444. Windows color (decimal): -11847563 or 7682123. OLE color: 7682123.

HSL color Cylindrical-coordinate representation of color #4B3875: hue angle of 258.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3875 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7556117-
CMYK0.360.5200.54
HSL258.69º35.26%33.92%-
HSV(B)258.69º52.14%45.88%-
XYZ7.535.6117.52-
YUV68.63155.29132.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=30.24%
G=22.58%
B=47.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75561170.360.5200.54258.6935.2633.92
Hex4B387524340361032322
Octal1137016544640664034342
Binary100101111100011101011001001101000110110100000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,117); }

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

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

 a { background-color: rgb(75,56,117); }

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

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

 span { border-color: rgb(75,56,117); }

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