#4A269C

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

Shades of Blue Gem #4A269C

Tints of Blue Gem #4A269C

Color information

#4A269C (or 0x4A269C) is unknown color: approx Blue Gem. HEX triplet: 4A, 26 and 9C. RGB value is (74,38,156). Sum of RGB (Red+Green+Blue) = 74+38+156=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A269C is #B5D963. Grayscale: #3D3D3D. Windows color (decimal): -11917668 or 10233418. OLE color: 10233418.

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

Color convert

RGB7438156-
CMYK0.530.7600.39
HSL258.31º60.82%38.04%-
HSV(B)258.31º75.64%61.18%-
XYZ9.525.2431.96-
YUV62.22180.93136.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=27.61%
G=14.18%
B=58.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74381560.530.7600.39258.3160.8238.04
Hex4A269C354C0271023d26
Octal11246234651140474027546
Binary10010101001101001110011010110011000100111100000010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,38,156); }

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

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

 a { background-color: rgb(74,38,156); }

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

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

 span { border-color: rgb(74,38,156); }

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