#4134A9

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

Shades of Blue Gem #4134A9

Tints of Blue Gem #4134A9

Color information

#4134A9 (or 0x4134A9) is unknown color: approx Blue Gem. HEX triplet: 41, 34 and A9. RGB value is (65,52,169). Sum of RGB (Red+Green+Blue) = 65+52+169=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #4134A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4134A9 is #BECB56. Grayscale: #444444. Windows color (decimal): -12503895 or 11088961. OLE color: 11088961.

HSL color Cylindrical-coordinate representation of color #4134A9: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4134A9 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6552169-
CMYK0.620.6900.34
HSL246.67º52.94%43.33%-
HSV(B)246.67º69.23%66.27%-
XYZ10.576.4438.22-
YUV69.22184.31124.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=22.73%
G=18.18%
B=59.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65521690.620.6900.34246.6752.9443.33
Hex4134A93E45022f7352b
Octal10164251761050423676553
Binary1000001110100101010011111101000101010001011110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4134A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4134A9; }

 p { color: rgb(65,52,169); }

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

<style>
 a { background-color: #4134A9; }

 a { background-color: rgb(65,52,169); }

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

<style>
 span { border-color: #4134A9; }

 span { border-color: rgb(65,52,169); }

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