#4B4195

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

Shades of Blue Gem #4B4195

Tints of Blue Gem #4B4195

Color information

#4B4195 (or 0x4B4195) is unknown color: approx Blue Gem. HEX triplet: 4B, 41 and 95. RGB value is (75,65,149). Sum of RGB (Red+Green+Blue) = 75+65+149=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B4195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4195 is #B4BE6A. Grayscale: #4D4D4D. Windows color (decimal): -11845227 or 9781579. OLE color: 9781579.

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

Color convert

RGB7565149-
CMYK0.500.5600.42
HSL247.14º39.25%41.96%-
HSV(B)247.14º56.38%58.43%-
XYZ10.227.4529.33-
YUV77.57168.31126.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=25.95%
G=22.49%
B=51.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75651490.500.5600.42247.1439.2541.96
Hex4B4195323802Af7272a
Octal11310122562700523674752
Binary1001011100000110010101110010111000010101011110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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