Html Css Color HEX #4621AB Blue Gem

📋 copy color: '#4621AB'

red 70 ◦ green 33 ◦ blue 171

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

Shades of Blue Gem #4621AB

Tints of Blue Gem #4621AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 25.55%
G = 12.04%
B = 62.41%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4621AB (or 0x4621AB) is known color: Blue Gem. HEX triplet: 46, 21 and AB. RGB value is (70,33,171). Sum of RGB (Red+Green+Blue) = 70+33+171=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #4621AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4621AB is #B9DE54. Grayscale: #3B3B3B. Windows color (decimal): -12181077 or 11215174. OLE color: 11215174.

HSL color Cylindrical-coordinate representation of color #4621AB: hue angle of 256.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4621AB is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 33 171 -
CMYK 0.59 0.81 0 0.33
HSL 256.09º 0.68% 0.4% -
HSV(B) 256.09º 0.81% 0.67% -
XYZ 10.42 5.33 39.01 -
YUV 59.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 70 33 171 0.59 0.81 0 0.33 256.09 0.68 0.4
Hex 46 21 AB 3B 51 0 21 100 44 28
Octal 106 41 253 73 121 0 41 400 104 50
Binary 1000110 100001 10101011 111011 1010001 0 100001 100000000 1000100 101000

Color Harmonies of #4621AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4621AB

Black with #4621AB

Text Example


Text Example

White with #4621AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4621AB; }

 p { color: rgb(70,33,171); }

 H1.HeaderClassName
 {
   color: #4621AB;
 }
 .AnyTagClassName
 {
   color: #4621AB;
 }
</style>

background-color css

<style>
 a { background-color: #4621AB; }

 a { background-color: rgb(70,33,171); }

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

border-color css

<style>
 span { border-color: #4621AB; }

 span { border-color: rgb(70,33,171); }

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