Html Css Color HEX #4428AB Blue Gem

📋 copy color: '#4428AB'

red 68 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4428AB

Tints of Blue Gem #4428AB

RGB

 RED value IS 68 (26.95% from 255) = 24.37%

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

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

R = 24.37%
G = 14.34%
B = 61.29%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4428AB (or 0x4428AB) is known color: Blue Gem. HEX triplet: 44, 28 and AB. RGB value is (68,40,171). Sum of RGB (Red+Green+Blue) = 68+40+171=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #4428AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4428AB is #BBD754. Grayscale: #3E3E3E. Windows color (decimal): -12310357 or 11216964. OLE color: 11216964.

HSL color Cylindrical-coordinate representation of color #4428AB: hue angle of 252.82º 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 #4428AB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 40 171 -
CMYK 0.60 0.77 0 0.33
HSL 252.82º 0.62% 0.41% -
HSV(B) 252.82º 0.77% 0.67% -
XYZ 10.49 5.69 39.07 -
YUV 63.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 68 40 171 0.60 0.77 0 0.33 252.82 0.62 0.41
Hex 44 28 AB 3C 4D 0 21 FD 3E 29
Octal 104 50 253 74 115 0 41 375 76 51
Binary 1000100 101000 10101011 111100 1001101 0 100001 11111101 111110 101001

Color Harmonies of #4428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4428AB

Black with #4428AB

Text Example


Text Example

White with #4428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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