#4B3DAE

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

Shades of Blue Gem #4B3DAE

Tints of Blue Gem #4B3DAE

Color information

#4B3DAE (or 0x4B3DAE) is unknown color: approx Blue Gem. HEX triplet: 4B, 3D and AE. RGB value is (75,61,174). Sum of RGB (Red+Green+Blue) = 75+61+174=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3DAE is #B4C251. Grayscale: #4D4D4D. Windows color (decimal): -11846226 or 11418955. OLE color: 11418955.

HSL color Cylindrical-coordinate representation of color #4B3DAE: hue angle of 247.43º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B3DAE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7561174-
CMYK0.570.6500.32
HSL247.43º48.09%46.08%-
HSV(B)247.43º64.94%68.24%-
XYZ12.217.8940.92-
YUV78.07182.14125.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=24.19%
G=19.68%
B=56.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75611740.570.6500.32247.4348.0946.08
Hex4B3DAE3941020f7302e
Octal11375256711010403676056
Binary1001011111101101011101110011000001010000011110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,61,174); }

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

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

 a { background-color: rgb(75,61,174); }

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

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

 span { border-color: rgb(75,61,174); }

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