#4a459b

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

Shades of Blue Gem #4A459B

Tints of Blue Gem #4A459B

Color information

#4A459B (or 0x4A459B) is unknown color: approx Blue Gem. HEX triplet: 4A, 45 and 9B. RGB value is (74,69,155). Sum of RGB (Red+Green+Blue) = 74+69+155=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A459B is #B5BA64. Grayscale: #4F4F4F. Windows color (decimal): -11909733 or 10175818. OLE color: 10175818.

HSL color Cylindrical-coordinate representation of color #4A459B: hue angle of 243.49º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A459B is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7469155-
CMYK0.520.5500.39
HSL243.49º38.39%43.92%-
HSV(B)243.49º55.48%60.78%-
XYZ10.878.0832-
YUV80.3170.16123.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=24.83%
G=23.15%
B=52.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74691550.520.5500.39243.4938.3943.92
Hex4A459B3437027f3262c
Octal11210523364670473634654
Binary1001010100010110011011110100110111010011111110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a459b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,155); }

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

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

 a { background-color: rgb(74,69,155); }

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

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

 span { border-color: rgb(74,69,155); }

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