#4B446D

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

Shades of Meteorite #4B446D

Tints of Meteorite #4B446D

Color information

#4B446D (or 0x4B446D) is unknown color: approx Meteorite. HEX triplet: 4B, 44 and 6D. RGB value is (75,68,109). Sum of RGB (Red+Green+Blue) = 75+68+109=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B446D is #B4BB92. Grayscale: #4A4A4A. Windows color (decimal): -11844499 or 7160907. OLE color: 7160907.

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

Color convert

RGB7568109-
CMYK0.310.3800.57
HSL250.24º23.16%34.71%-
HSV(B)250.24º37.61%42.75%-
XYZ7.736.7315.36-
YUV74.77147.32128.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=29.76%
G=26.98%
B=43.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75681090.310.3800.57250.2423.1634.71
Hex4B446D1F26039fa1723
Octal11310415537460713722743
Binary1001011100010011011011111110011001110011111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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