#4B37AF

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

Shades of Blue Gem #4B37AF

Tints of Blue Gem #4B37AF

Color information

#4B37AF (or 0x4B37AF) is unknown color: approx Blue Gem. HEX triplet: 4B, 37 and AF. RGB value is (75,55,175). Sum of RGB (Red+Green+Blue) = 75+55+175=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B37AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B37AF is #B4C850. Grayscale: #4A4A4A. Windows color (decimal): -11847761 or 11482955. OLE color: 11482955.

HSL color Cylindrical-coordinate representation of color #4B37AF: hue angle of 250º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B37AF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7555175-
CMYK0.570.6900.31
HSL250º52.17%45.1%-
HSV(B)250º68.57%68.63%-
XYZ12.017.3241.34-
YUV74.66184.63128.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=24.59%
G=18.03%
B=57.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75551750.570.6900.3125052.1745.1
Hex4B37AF394501Ffa342d
Octal11367257711050373726455
Binary100101111011110101111111001100010101111111111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B37AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,175); }

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

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

 a { background-color: rgb(75,55,175); }

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

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

 span { border-color: rgb(75,55,175); }

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