#4B4074

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

Shades of Meteorite #4B4074

Tints of Meteorite #4B4074

Color information

#4B4074 (or 0x4B4074) is unknown color: approx Meteorite. HEX triplet: 4B, 40 and 74. RGB value is (75,64,116). Sum of RGB (Red+Green+Blue) = 75+64+116=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4074 is #B4BF8B. Grayscale: #494949. Windows color (decimal): -11845516 or 7618635. OLE color: 7618635.

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

Color convert

RGB7564116-
CMYK0.350.4500.55
HSL252.69º28.89%35.29%-
HSV(B)252.69º44.83%45.49%-
XYZ7.896.4217.35-
YUV73.22152.14129.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=29.41%
G=25.10%
B=45.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75641160.350.4500.55252.6928.8935.29
Hex4B4074232D037fd1d23
Octal11310016443550673753543
Binary10010111000000111010010001110110101101111111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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