#4326AC

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

Shades of Blue Gem #4326AC

Tints of Blue Gem #4326AC

Color information

#4326AC (or 0x4326AC) is unknown color: approx Blue Gem. HEX triplet: 43, 26 and AC. RGB value is (67,38,172). Sum of RGB (Red+Green+Blue) = 67+38+172=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #4326AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4326AC is #BCD953. Grayscale: #3D3D3D. Windows color (decimal): -12376404 or 11281987. OLE color: 11281987.

HSL color Cylindrical-coordinate representation of color #4326AC: hue angle of 252.99º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4326AC is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6738172-
CMYK0.610.7800.33
HSL252.99º63.81%41.18%-
HSV(B)252.99º77.91%67.45%-
XYZ10.455.5639.55-
YUV61.95190.11131.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=24.19%
G=13.72%
B=62.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67381720.610.7800.33252.9963.8141.18
Hex4326AC3D4E021fd4029
Octal103462547511604137510051
Binary10000111001101010110011110110011100100001111111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4326AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4326AC; }

 p { color: rgb(67,38,172); }

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

<style>
 a { background-color: #4326AC; }

 a { background-color: rgb(67,38,172); }

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

<style>
 span { border-color: #4326AC; }

 span { border-color: rgb(67,38,172); }

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