#4B33AB

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

Shades of Blue Gem #4B33AB

Tints of Blue Gem #4B33AB

Color information

#4B33AB (or 0x4B33AB) is unknown color: approx Blue Gem. HEX triplet: 4B, 33 and AB. RGB value is (75,51,171). Sum of RGB (Red+Green+Blue) = 75+51+171=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B33AB is #B4CC54. Grayscale: #474747. Windows color (decimal): -11848789 or 11219787. OLE color: 11219787.

HSL color Cylindrical-coordinate representation of color #4B33AB: hue angle of 252º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B33AB is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7551171-
CMYK0.560.7000.33
HSL252º54.05%43.53%-
HSV(B)252º70.18%67.06%-
XYZ11.446.839.24-
YUV71.86183.95130.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=25.25%
G=17.17%
B=57.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75511710.560.7000.3325254.0543.53
Hex4B33AB3846021fc362c
Octal11363253701060413746654
Binary1001011110011101010111110001000110010000111111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,171); }

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

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

 a { background-color: rgb(75,51,171); }

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

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

 span { border-color: rgb(75,51,171); }

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