#4C439E

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

Shades of Blue Gem #4C439E

Tints of Blue Gem #4C439E

Color information

#4C439E (or 0x4C439E) is unknown color: approx Blue Gem. HEX triplet: 4C, 43 and 9E. RGB value is (76,67,158). Sum of RGB (Red+Green+Blue) = 76+67+158=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C439E is #B3BC61. Grayscale: #4F4F4F. Windows color (decimal): -11779170 or 10371916. OLE color: 10371916.

HSL color Cylindrical-coordinate representation of color #4C439E: hue angle of 245.93º 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 #4C439E is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7667158-
CMYK0.520.5800.38
HSL245.93º40.44%44.12%-
HSV(B)245.93º57.59%61.96%-
XYZ11.168.0233.31-
YUV80.06171.98125.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=25.25%
G=22.26%
B=52.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76671580.520.5800.38245.9340.4444.12
Hex4C439E343A026f6282c
Octal11410323664720463665054
Binary1001100100001110011110110100111010010011011110110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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