#4C259A

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

Shades of Blue Gem #4C259A

Tints of Blue Gem #4C259A

Color information

#4C259A (or 0x4C259A) is unknown color: approx Blue Gem. HEX triplet: 4C, 25 and 9A. RGB value is (76,37,154). Sum of RGB (Red+Green+Blue) = 76+37+154=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C259A is #B3DA65. Grayscale: #3D3D3D. Windows color (decimal): -11786854 or 10102092. OLE color: 10102092.

HSL color Cylindrical-coordinate representation of color #4C259A: hue angle of 260º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C259A is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7637154-
CMYK0.510.7600.40
HSL260º61.26%37.45%-
HSV(B)260º75.97%60.39%-
XYZ9.475.1931.07-
YUV62179.92137.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=28.46%
G=13.86%
B=57.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal76371540.510.7600.4026061.2637.45
Hex4C259A334C0281043d25
Octal11445232631140504047545
Binary10011001001011001101011001110011000101000100000100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,154); }

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

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

 a { background-color: rgb(76,37,154); }

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

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

 span { border-color: rgb(76,37,154); }

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