Html Css Color HEX #4626AC Blue Gem

📋 copy color: '#4626AC'

red 70 ◦ green 38 ◦ blue 172

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

Shades of Blue Gem #4626AC

Tints of Blue Gem #4626AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 25%
G = 13.57%
B = 61.43%

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

#4626AC (or 0x4626AC) is known color: Blue Gem. HEX triplet: 46, 26 and AC. RGB value is (70,38,172). Sum of RGB (Red+Green+Blue) = 70+38+172=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4626AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4626AC is #B9D953. Grayscale: #3E3E3E. Windows color (decimal): -12179796 or 11281990. OLE color: 11281990.

HSL color Cylindrical-coordinate representation of color #4626AC: hue angle of 254.33º degrees, saturation: 0.64, 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 #4626AC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 38 172 -
CMYK 0.59 0.78 0 0.33
HSL 254.33º 0.64% 0.41% -
HSV(B) 254.33º 0.78% 0.67% -
XYZ 10.67 5.67 39.56 -
YUV 62.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 70 38 172 0.59 0.78 0 0.33 254.33 0.64 0.41
Hex 46 26 AC 3B 4E 0 21 FE 40 29
Octal 106 46 254 73 116 0 41 376 100 51
Binary 1000110 100110 10101100 111011 1001110 0 100001 11111110 1000000 101001

Color Harmonies of #4626AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4626AC

Black with #4626AC

Text Example


Text Example

White with #4626AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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