#4626A4

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

Shades of Blue Gem #4626A4

Tints of Blue Gem #4626A4

Color information

#4626A4 (or 0x4626A4) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and A4. RGB value is (70,38,164). Sum of RGB (Red+Green+Blue) = 70+38+164=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #4626A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4626A4 is #B9D95B. Grayscale: #3D3D3D. Windows color (decimal): -12179804 or 10757702. OLE color: 10757702.

HSL color Cylindrical-coordinate representation of color #4626A4: hue angle of 255.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4626A4 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7038164-
CMYK0.570.7700.36
HSL255.24º62.38%39.61%-
HSV(B)255.24º76.83%64.31%-
XYZ9.925.3735.64-
YUV61.93185.6133.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 164 (64.45% from 255) = 60.29%
R=25.74%
G=13.97%
B=60.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70381640.570.7700.36255.2462.3839.61
Hex4626A4394D024ff3e28
Octal10646244711150443777650
Binary1000110100110101001001110011001101010010011111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4626A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,38,164); }

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

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

 a { background-color: rgb(70,38,164); }

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

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

 span { border-color: rgb(70,38,164); }

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