#4B4398

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

Shades of Blue Gem #4B4398

Tints of Blue Gem #4B4398

Color information

#4B4398 (or 0x4B4398) is unknown color: approx Blue Gem. HEX triplet: 4B, 43 and 98. RGB value is (75,67,152). Sum of RGB (Red+Green+Blue) = 75+67+152=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B4398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4398 is #B4BC67. Grayscale: #4E4E4E. Windows color (decimal): -11844712 or 9978699. OLE color: 9978699.

HSL color Cylindrical-coordinate representation of color #4B4398: hue angle of 245.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4398 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7567152-
CMYK0.510.5600.40
HSL245.65º38.81%42.94%-
HSV(B)245.65º55.92%59.61%-
XYZ10.587.7830.65-
YUV79.08169.15125.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=25.51%
G=22.79%
B=51.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75671520.510.5600.40245.6538.8142.94
Hex4B43983338028f6272b
Octal11310323063700503664753
Binary1001011100001110011000110011111000010100011110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,152); }

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

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

 a { background-color: rgb(75,67,152); }

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

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

 span { border-color: rgb(75,67,152); }

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