#4B4094

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

Shades of Blue Gem #4B4094

Tints of Blue Gem #4B4094

Color information

#4B4094 (or 0x4B4094) is unknown color: approx Blue Gem. HEX triplet: 4B, 40 and 94. RGB value is (75,64,148). Sum of RGB (Red+Green+Blue) = 75+64+148=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B4094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4094 is #B4BF6B. Grayscale: #4C4C4C. Windows color (decimal): -11845484 or 9715787. OLE color: 9715787.

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

Color convert

RGB7564148-
CMYK0.490.5700.42
HSL247.86º39.62%41.57%-
HSV(B)247.86º56.76%58.04%-
XYZ10.087.328.89-
YUV76.86168.14126.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=26.13%
G=22.30%
B=51.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75641480.490.5700.42247.8639.6241.57
Hex4B4094313902Af8282a
Octal11310022461710523705052
Binary1001011100000010010100110001111001010101011111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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