Html Css Color HEX #4628AB Blue Gem

📋 copy color: '#4628AB'

red 70 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4628AB

Tints of Blue Gem #4628AB

RGB

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

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

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

R = 24.91%
G = 14.23%
B = 60.85%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4628AB (or 0x4628AB) is known color: Blue Gem. HEX triplet: 46, 28 and AB. RGB value is (70,40,171). Sum of RGB (Red+Green+Blue) = 70+40+171=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4628AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628AB is #B9D754. Grayscale: #3F3F3F. Windows color (decimal): -12179285 or 11216966. OLE color: 11216966.

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

Color convert

RGB 70 40 171 -
CMYK 0.59 0.77 0 0.33
HSL 253.74º 0.62% 0.41% -
HSV(B) 253.74º 0.77% 0.67% -
XYZ 10.64 5.76 39.08 -
YUV 63.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 70 40 171 0.59 0.77 0 0.33 253.74 0.62 0.41
Hex 46 28 AB 3B 4D 0 21 FE 3E 29
Octal 106 50 253 73 115 0 41 376 76 51
Binary 1000110 101000 10101011 111011 1001101 0 100001 11111110 111110 101001

Color Harmonies of #4628AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628AB

Black with #4628AB

Text Example


Text Example

White with #4628AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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