#4B2794

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

Shades of Blue Gem #4B2794

Tints of Blue Gem #4B2794

Color information

#4B2794 (or 0x4B2794) is unknown color: approx Blue Gem. HEX triplet: 4B, 27 and 94. RGB value is (75,39,148). Sum of RGB (Red+Green+Blue) = 75+39+148=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B2794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2794 is #B4D86B. Grayscale: #3D3D3D. Windows color (decimal): -11851884 or 9709387. OLE color: 9709387.

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

Color convert

RGB7539148-
CMYK0.490.7400.42
HSL259.82º58.29%36.67%-
HSV(B)259.82º73.65%58.04%-
XYZ8.975.0928.53-
YUV62.19176.43137.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=28.63%
G=14.89%
B=56.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75391480.490.7400.42259.8258.2936.67
Hex4B2794314A02A1043a25
Octal11347224611120524047245
Binary10010111001111001010011000110010100101010100000100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,148); }

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

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

 a { background-color: rgb(75,39,148); }

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

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

 span { border-color: rgb(75,39,148); }

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