#4132A8

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

Shades of Blue Gem #4132A8

Tints of Blue Gem #4132A8

Color information

#4132A8 (or 0x4132A8) is unknown color: approx Blue Gem. HEX triplet: 41, 32 and A8. RGB value is (65,50,168). Sum of RGB (Red+Green+Blue) = 65+50+168=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #4132A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4132A8 is #BECD57. Grayscale: #434343. Windows color (decimal): -12504408 or 11022913. OLE color: 11022913.

HSL color Cylindrical-coordinate representation of color #4132A8: hue angle of 247.63º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4132A8 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6550168-
CMYK0.610.7000.34
HSL247.63º54.13%42.75%-
HSV(B)247.63º70.24%65.88%-
XYZ10.396.2337.7-
YUV67.94184.47125.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 168 (66.02% from 255) = 59.36%
R=22.97%
G=17.67%
B=59.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65501680.610.7000.34247.6354.1342.75
Hex4132A83D46022f8362b
Octal10162250751060423706653
Binary1000001110010101010001111011000110010001011111000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132A8; }

 p { color: rgb(65,50,168); }

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

<style>
 a { background-color: #4132A8; }

 a { background-color: rgb(65,50,168); }

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

<style>
 span { border-color: #4132A8; }

 span { border-color: rgb(65,50,168); }

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