#4B426F

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

Shades of Meteorite #4B426F

Tints of Meteorite #4B426F

Color information

#4B426F (or 0x4B426F) is unknown color: approx Meteorite. HEX triplet: 4B, 42 and 6F. RGB value is (75,66,111). Sum of RGB (Red+Green+Blue) = 75+66+111=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B426F is #B4BD90. Grayscale: #494949. Windows color (decimal): -11845009 or 7291467. OLE color: 7291467.

HSL color Cylindrical-coordinate representation of color #4B426F: hue angle of 252º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B426F is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7566111-
CMYK0.320.4100.56
HSL252º25.42%34.71%-
HSV(B)252º40.54%43.53%-
XYZ7.726.5415.89-
YUV73.82148.98128.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=29.76%
G=26.19%
B=44.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75661110.320.4100.5625225.4234.71
Hex4B426F2029038fc1923
Octal11310215740510703743143
Binary10010111000010110111110000010100101110001111110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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