#4330AE

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

Shades of Blue Gem #4330AE

Tints of Blue Gem #4330AE

Color information

#4330AE (or 0x4330AE) is unknown color: approx Blue Gem. HEX triplet: 43, 30 and AE. RGB value is (67,48,174). Sum of RGB (Red+Green+Blue) = 67+48+174=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #4330AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330AE is #BCCF51. Grayscale: #434343. Windows color (decimal): -12373842 or 11415619. OLE color: 11415619.

HSL color Cylindrical-coordinate representation of color #4330AE: hue angle of 249.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4330AE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6748174-
CMYK0.610.7200.32
HSL249.05º56.76%43.53%-
HSV(B)249.05º72.41%68.24%-
XYZ11.016.3640.69-
YUV68.04187.79127.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.18%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=23.18%
G=16.61%
B=60.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67481740.610.7200.32249.0556.7643.53
Hex4330AE3D48020f9392c
Octal10360256751100403717154
Binary1000011110000101011101111011001000010000011111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4330AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4330AE; }

 p { color: rgb(67,48,174); }

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

<style>
 a { background-color: #4330AE; }

 a { background-color: rgb(67,48,174); }

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

<style>
 span { border-color: #4330AE; }

 span { border-color: rgb(67,48,174); }

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