Html Css Color HEX #4625AC Blue Gem

📋 copy color: '#4625AC'

red 70 ◦ green 37 ◦ blue 172

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

Shades of Blue Gem #4625AC

Tints of Blue Gem #4625AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 25.09%
G = 13.26%
B = 61.65%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4625AC (or 0x4625AC) is known color: Blue Gem. HEX triplet: 46, 25 and AC. RGB value is (70,37,172). Sum of RGB (Red+Green+Blue) = 70+37+172=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #4625AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4625AC is #B9DA53. Grayscale: #3D3D3D. Windows color (decimal): -12180052 or 11281734. OLE color: 11281734.

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

Color convert

RGB 70 37 172 -
CMYK 0.59 0.78 0 0.33
HSL 254.67º 0.65% 0.41% -
HSV(B) 254.67º 0.78% 0.67% -
XYZ 10.63 5.6 39.55 -
YUV 62.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 70 37 172 0.59 0.78 0 0.33 254.67 0.65 0.41
Hex 46 25 AC 3B 4E 0 21 FF 41 29
Octal 106 45 254 73 116 0 41 377 101 51
Binary 1000110 100101 10101100 111011 1001110 0 100001 11111111 1000001 101001

Color Harmonies of #4625AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4625AC

Black with #4625AC

Text Example


Text Example

White with #4625AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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