#4139AB

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

Shades of Blue Gem #4139AB

Tints of Blue Gem #4139AB

Color information

#4139AB (or 0x4139AB) is unknown color: approx Blue Gem. HEX triplet: 41, 39 and AB. RGB value is (65,57,171). Sum of RGB (Red+Green+Blue) = 65+57+171=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4139AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AB is #BEC654. Grayscale: #474747. Windows color (decimal): -12502613 or 11221313. OLE color: 11221313.

HSL color Cylindrical-coordinate representation of color #4139AB: hue angle of 244.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4139AB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6557171-
CMYK0.620.6700.33
HSL244.21º50%44.71%-
HSV(B)244.21º66.67%67.06%-
XYZ10.996.9939.3-
YUV72.39183.65122.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=22.18%
G=19.45%
B=58.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65571710.620.6700.33244.215044.71
Hex4139AB3E43021f4322d
Octal10171253761030413646255
Binary1000001111001101010111111101000011010000111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4139AB; }

 p { color: rgb(65,57,171); }

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

<style>
 a { background-color: #4139AB; }

 a { background-color: rgb(65,57,171); }

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

<style>
 span { border-color: #4139AB; }

 span { border-color: rgb(65,57,171); }

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