#4139AF

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

Shades of Blue Gem #4139AF

Tints of Blue Gem #4139AF

Color information

#4139AF (or 0x4139AF) is unknown color: approx Blue Gem. HEX triplet: 41, 39 and AF. RGB value is (65,57,175). Sum of RGB (Red+Green+Blue) = 65+57+175=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #4139AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4139AF is #BEC650. Grayscale: #484848. Windows color (decimal): -12502609 or 11483457. OLE color: 11483457.

HSL color Cylindrical-coordinate representation of color #4139AF: hue angle of 244.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4139AF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6557175-
CMYK0.630.6700.31
HSL244.07º50.86%45.49%-
HSV(B)244.07º67.43%68.63%-
XYZ11.387.1541.34-
YUV72.84185.65122.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=21.89%
G=19.19%
B=58.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65571750.630.6700.31244.0750.8645.49
Hex4139AF3F4301Ff4332d
Octal10171257771030373646355
Binary100000111100110101111111111100001101111111110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4139AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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