Html Css Color HEX #4628AE Blue Gem

📋 copy color: '#4628AE'

red 70 ◦ green 40 ◦ blue 174

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

Shades of Blue Gem #4628AE

Tints of Blue Gem #4628AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 24.65%
G = 14.08%
B = 61.27%

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

#4628AE (or 0x4628AE) is known color: Blue Gem. HEX triplet: 46, 28 and AE. RGB value is (70,40,174). Sum of RGB (Red+Green+Blue) = 70+40+174=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #4628AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628AE is #B9D751. Grayscale: #3F3F3F. Windows color (decimal): -12179282 or 11413574. OLE color: 11413574.

HSL color Cylindrical-coordinate representation of color #4628AE: hue angle of 253.43º degrees, saturation: 0.63, 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 #4628AE is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 40 174 -
CMYK 0.60 0.77 0 0.32
HSL 253.43º 0.63% 0.42% -
HSV(B) 253.43º 0.77% 0.68% -
XYZ 10.92 5.88 40.6 -
YUV 64.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 70 40 174 0.60 0.77 0 0.32 253.43 0.63 0.42
Hex 46 28 AE 3C 4D 0 20 FD 3F 2A
Octal 106 50 256 74 115 0 40 375 77 52
Binary 1000110 101000 10101110 111100 1001101 0 100000 11111101 111111 101010

Color Harmonies of #4628AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628AE

Black with #4628AE

Text Example


Text Example

White with #4628AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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