#4133AB

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

Shades of Blue Gem #4133AB

Tints of Blue Gem #4133AB

Color information

#4133AB (or 0x4133AB) is unknown color: approx Blue Gem. HEX triplet: 41, 33 and AB. RGB value is (65,51,171). Sum of RGB (Red+Green+Blue) = 65+51+171=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #4133AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4133AB is #BECC54. Grayscale: #444444. Windows color (decimal): -12504149 or 11219777. OLE color: 11219777.

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

Color convert

RGB6551171-
CMYK0.620.7000.33
HSL247º54.05%43.53%-
HSV(B)247º70.18%67.06%-
XYZ10.716.4339.2-
YUV68.87185.64125.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=22.65%
G=17.77%
B=59.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65511710.620.7000.3324754.0543.53
Hex4133AB3E46021f7362c
Octal10163253761060413676654
Binary1000001110011101010111111101000110010000111110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4133AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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