#4128AC

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

Shades of Blue Gem #4128AC

Tints of Blue Gem #4128AC

Color information

#4128AC (or 0x4128AC) is unknown color: approx Blue Gem. HEX triplet: 41, 28 and AC. RGB value is (65,40,172). Sum of RGB (Red+Green+Blue) = 65+40+172=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #4128AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4128AC is #BED753. Grayscale: #3E3E3E. Windows color (decimal): -12506964 or 11282497. OLE color: 11282497.

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

Color convert

RGB6540172-
CMYK0.620.7700.33
HSL251.36º62.26%41.57%-
HSV(B)251.36º76.74%67.45%-
XYZ10.395.6239.57-
YUV62.52189.78129.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=23.47%
G=14.44%
B=62.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65401720.620.7700.33251.3662.2641.57
Hex4128AC3E4D021fb3e2a
Octal10150254761150413737652
Binary1000001101000101011001111101001101010000111111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4128AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4128AC; }

 p { color: rgb(65,40,172); }

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

<style>
 a { background-color: #4128AC; }

 a { background-color: rgb(65,40,172); }

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

<style>
 span { border-color: #4128AC; }

 span { border-color: rgb(65,40,172); }

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