#4130B0

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

Shades of Blue Gem #4130B0

Tints of Blue Gem #4130B0

Color information

#4130B0 (or 0x4130B0) is unknown color: approx Blue Gem. HEX triplet: 41, 30 and B0. RGB value is (65,48,176). Sum of RGB (Red+Green+Blue) = 65+48+176=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #4130B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4130B0 is #BECF4F. Grayscale: #434343. Windows color (decimal): -12504912 or 11546689. OLE color: 11546689.

HSL color Cylindrical-coordinate representation of color #4130B0: hue angle of 247.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4130B0 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6548176-
CMYK0.630.7300.31
HSL247.97º57.14%43.92%-
HSV(B)247.97º72.73%69.02%-
XYZ11.076.3741.72-
YUV67.68189.13126.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=22.49%
G=16.61%
B=60.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65481760.630.7300.31247.9757.1443.92
Hex4130B03F4901Ff8392c
Octal10160260771110373707154
Binary100000111000010110000111111100100101111111111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4130B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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