#4A3883

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

Shades of Blue Gem #4A3883

Tints of Blue Gem #4A3883

Color information

#4A3883 (or 0x4A3883) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 83. RGB value is (74,56,131). Sum of RGB (Red+Green+Blue) = 74+56+131=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A3883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3883 is #B5C77C. Grayscale: #454545. Windows color (decimal): -11913085 or 8599626. OLE color: 8599626.

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

Color convert

RGB7456131-
CMYK0.440.5700.49
HSL254.4º40.11%36.67%-
HSV(B)254.4º57.25%51.37%-
XYZ8.335.9222.18-
YUV69.93162.46130.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=28.35%
G=21.46%
B=50.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74561310.440.5700.49254.440.1136.67
Hex4A38832C39031fe2825
Octal1127020354710613765045
Binary100101011100010000011101100111001011000111111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,131); }

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

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

 a { background-color: rgb(74,56,131); }

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

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

 span { border-color: rgb(74,56,131); }

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