Html Css Color HEX #4628AD Blue Gem

📋 copy color: '#4628AD'

red 70 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #4628AD

Tints of Blue Gem #4628AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 24.73%
G = 14.13%
B = 61.13%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4628AD (or 0x4628AD) is known color: Blue Gem. HEX triplet: 46, 28 and AD. RGB value is (70,40,173). Sum of RGB (Red+Green+Blue) = 70+40+173=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #4628AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628AD is #B9D752. Grayscale: #3F3F3F. Windows color (decimal): -12179283 or 11348038. OLE color: 11348038.

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

Color convert

RGB 70 40 173 -
CMYK 0.60 0.77 0 0.32
HSL 253.53º 0.62% 0.42% -
HSV(B) 253.53º 0.77% 0.68% -
XYZ 10.83 5.84 40.09 -
YUV 64.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 70 40 173 0.60 0.77 0 0.32 253.53 0.62 0.42
Hex 46 28 AD 3C 4D 0 20 FE 3E 2A
Octal 106 50 255 74 115 0 40 376 76 52
Binary 1000110 101000 10101101 111100 1001101 0 100000 11111110 111110 101010

Color Harmonies of #4628AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628AD

Black with #4628AD

Text Example


Text Example

White with #4628AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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