#4B416B

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

Shades of Meteorite #4B416B

Tints of Meteorite #4B416B

Color information

#4B416B (or 0x4B416B) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 6B. RGB value is (75,65,107). Sum of RGB (Red+Green+Blue) = 75+65+107=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B416B is #B4BE94. Grayscale: #484848. Windows color (decimal): -11845269 or 7029067. OLE color: 7029067.

HSL color Cylindrical-coordinate representation of color #4B416B: hue angle of 254.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B416B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7565107-
CMYK0.300.3900.58
HSL254.29º24.42%33.73%-
HSV(B)254.29º39.25%41.96%-
XYZ7.456.3414.74-
YUV72.78147.31129.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=30.36%
G=26.32%
B=43.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75651070.300.3900.58254.2924.4233.73
Hex4B416B1E2703Afe1822
Octal11310115336470723763042
Binary1001011100000111010111111010011101110101111111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,107); }

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

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

 a { background-color: rgb(75,65,107); }

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

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

 span { border-color: rgb(75,65,107); }

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