#4218A4

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

Shades of Blue Gem #4218A4

Tints of Blue Gem #4218A4

Color information

#4218A4 (or 0x4218A4) is unknown color: approx Blue Gem. HEX triplet: 42, 18 and A4. RGB value is (66,24,164). Sum of RGB (Red+Green+Blue) = 66+24+164=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #4218A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4218A4 is #BDE75B. Grayscale: #343434. Windows color (decimal): -12445532 or 10754114. OLE color: 10754114.

HSL color Cylindrical-coordinate representation of color #4218A4: hue angle of 258º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4218A4 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6624164-
CMYK0.600.8500.36
HSL258º74.47%36.86%-
HSV(B)258º85.37%64.31%-
XYZ9.274.4935.5-
YUV52.52190.91137.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 164 (64.45% from 255) = 64.57%
R=25.98%
G=9.45%
B=64.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66241640.600.8500.3625874.4736.86
Hex4218A43C550241024a25
Octal102302447412504440211245
Binary10000101100010100100111100101010101001001000000101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4218A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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