#4218A7

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

Shades of Blue Gem #4218A7

Tints of Blue Gem #4218A7

Color information

#4218A7 (or 0x4218A7) is unknown color: approx Blue Gem. HEX triplet: 42, 18 and A7. RGB value is (66,24,167). Sum of RGB (Red+Green+Blue) = 66+24+167=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 167 (65.62% from 255 or 64.98% from 257); Max value from RGB is 167 - color contains mainly: blue. Hex color #4218A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4218A7 is #BDE758. Grayscale: #343434. Windows color (decimal): -12445529 or 10950722. OLE color: 10950722.

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

Color convert

RGB6624167-
CMYK0.600.8600.35
HSL257.62º74.87%37.45%-
HSV(B)257.62º85.63%65.49%-
XYZ9.554.636.94-
YUV52.86192.41137.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 167 (65.62% from 255) = 64.98%
R=25.68%
G=9.34%
B=64.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66241670.600.8600.35257.6274.8737.45
Hex4218A73C560231024b25
Octal102302477412604340211345
Binary10000101100010100111111100101011001000111000000101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4218A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,24,167); }

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

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

 a { background-color: rgb(66,24,167); }

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

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

 span { border-color: rgb(66,24,167); }

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