#4B31AF

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

Shades of Blue Gem #4B31AF

Tints of Blue Gem #4B31AF

Color information

#4B31AF (or 0x4B31AF) is unknown color: approx Blue Gem. HEX triplet: 4B, 31 and AF. RGB value is (75,49,175). Sum of RGB (Red+Green+Blue) = 75+49+175=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B31AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B31AF is #B4CE50. Grayscale: #464646. Windows color (decimal): -11849297 or 11481419. OLE color: 11481419.

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

Color convert

RGB7549175-
CMYK0.570.7200.31
HSL252.38º56.25%43.92%-
HSV(B)252.38º72%68.63%-
XYZ11.746.7941.25-
YUV71.14186.61130.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 175 (68.75% from 255) = 58.53%
R=25.08%
G=16.39%
B=58.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75491750.570.7200.31252.3856.2543.92
Hex4B31AF394801Ffc382c
Octal11361257711100373747054
Binary100101111000110101111111001100100001111111111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B31AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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