#4139AD

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

Shades of Blue Gem #4139AD

Tints of Blue Gem #4139AD

Color information

#4139AD (or 0x4139AD) is unknown color: approx Blue Gem. HEX triplet: 41, 39 and AD. RGB value is (65,57,173). Sum of RGB (Red+Green+Blue) = 65+57+173=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4139AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AD is #BEC652. Grayscale: #484848. Windows color (decimal): -12502611 or 11352385. OLE color: 11352385.

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

Color convert

RGB6557173-
CMYK0.620.6700.32
HSL244.14º50.43%45.1%-
HSV(B)244.14º67.05%67.84%-
XYZ11.197.0740.31-
YUV72.62184.65122.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=22.03%
G=19.32%
B=58.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65571730.620.6700.32244.1450.4345.1
Hex4139AD3E43020f4322d
Octal10171255761030403646255
Binary1000001111001101011011111101000011010000011110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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