#4A439E

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

Shades of Blue Gem #4A439E

Tints of Blue Gem #4A439E

Color information

#4A439E (or 0x4A439E) is unknown color: approx Blue Gem. HEX triplet: 4A, 43 and 9E. RGB value is (74,67,158). Sum of RGB (Red+Green+Blue) = 74+67+158=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A439E is #B5BC61. Grayscale: #4F4F4F. Windows color (decimal): -11910242 or 10371914. OLE color: 10371914.

HSL color Cylindrical-coordinate representation of color #4A439E: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A439E is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7467158-
CMYK0.530.5800.38
HSL244.62º40.44%44.12%-
HSV(B)244.62º57.59%61.96%-
XYZ117.9433.3-
YUV79.47172.32124.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=24.75%
G=22.41%
B=52.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74671580.530.5800.38244.6240.4444.12
Hex4A439E353A026f5282c
Octal11210323665720463655054
Binary1001010100001110011110110101111010010011011110101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,67,158); }

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

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

 a { background-color: rgb(74,67,158); }

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

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

 span { border-color: rgb(74,67,158); }

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