#4130AB

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

Shades of Blue Gem #4130AB

Tints of Blue Gem #4130AB

Color information

#4130AB (or 0x4130AB) is unknown color: approx Blue Gem. HEX triplet: 41, 30 and AB. RGB value is (65,48,171). Sum of RGB (Red+Green+Blue) = 65+48+171=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4130AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130AB is #BECF54. Grayscale: #424242. Windows color (decimal): -12504917 or 11219009. OLE color: 11219009.

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

Color convert

RGB6548171-
CMYK0.620.7200.33
HSL248.29º56.16%42.94%-
HSV(B)248.29º71.93%67.06%-
XYZ10.596.1839.16-
YUV67.1186.63126.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=22.89%
G=16.90%
B=60.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65481710.620.7200.33248.2956.1642.94
Hex4130AB3E48021f8382b
Octal10160253761100413707053
Binary1000001110000101010111111101001000010000111111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4130AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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