Html Css Color HEX #4628AC Blue Gem

📋 copy color: '#4628AC'

red 70 ◦ green 40 ◦ blue 172

#4628AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4628AC

Tints of Blue Gem #4628AC

RGB

 RED value IS 70 (27.73% from 255) = 24.82%

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 24.82%
G = 14.18%
B = 60.99%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4628AC (or 0x4628AC) is known color: Blue Gem. HEX triplet: 46, 28 and AC. RGB value is (70,40,172). Sum of RGB (Red+Green+Blue) = 70+40+172=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4628AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628AC is #B9D753. Grayscale: #3F3F3F. Windows color (decimal): -12179284 or 11282502. OLE color: 11282502.

HSL color Cylindrical-coordinate representation of color #4628AC: hue angle of 253.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4628AC is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 40 172 -
CMYK 0.59 0.77 0 0.33
HSL 253.64º 0.62% 0.42% -
HSV(B) 253.64º 0.77% 0.67% -
XYZ 10.73 5.8 39.58 -
YUV 64.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 70 40 172 0.59 0.77 0 0.33 253.64 0.62 0.42
Hex 46 28 AC 3B 4D 0 21 FE 3E 2A
Octal 106 50 254 73 115 0 41 376 76 52
Binary 1000110 101000 10101100 111011 1001101 0 100001 11111110 111110 101010

Color Harmonies of #4628AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628AC

Black with #4628AC

Text Example


Text Example

White with #4628AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,40,172); }

 H1.HeaderClassName
 {
   color: #4628AC;
 }
 .AnyTagClassName
 {
   color: #4628AC;
 }
</style>

background-color css

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

 a { background-color: rgb(70,40,172); }

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

border-color css

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

 span { border-color: rgb(70,40,172); }

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