#4331A7

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

Shades of Blue Gem #4331A7

Tints of Blue Gem #4331A7

Color information

#4331A7 (or 0x4331A7) is unknown color: approx Blue Gem. HEX triplet: 43, 31 and A7. RGB value is (67,49,167). Sum of RGB (Red+Green+Blue) = 67+49+167=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #4331A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4331A7 is #BCCE58. Grayscale: #434343. Windows color (decimal): -12373593 or 10957123. OLE color: 10957123.

HSL color Cylindrical-coordinate representation of color #4331A7: hue angle of 249.15º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4331A7 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6749167-
CMYK0.600.7100.35
HSL249.15º54.63%42.35%-
HSV(B)249.15º70.66%65.49%-
XYZ10.396.1837.2-
YUV67.83183.96127.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 167 (65.62% from 255) = 59.01%
R=23.67%
G=17.31%
B=59.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal67491670.600.7100.35249.1554.6342.35
Hex4331A73C47023f9372a
Octal10361247741070433716752
Binary1000011110001101001111111001000111010001111111001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4331A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4331A7; }

 p { color: rgb(67,49,167); }

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

<style>
 a { background-color: #4331A7; }

 a { background-color: rgb(67,49,167); }

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

<style>
 span { border-color: #4331A7; }

 span { border-color: rgb(67,49,167); }

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