Html Css Color HEX #4432AD Blue Gem

📋 copy color: '#4432AD'

red 68 ◦ green 50 ◦ blue 173

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

Shades of Blue Gem #4432AD

Tints of Blue Gem #4432AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 23.37%
G = 17.18%
B = 59.45%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4432AD (or 0x4432AD) is known color: Blue Gem. HEX triplet: 44, 32 and AD. RGB value is (68,50,173). Sum of RGB (Red+Green+Blue) = 68+50+173=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #4432AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4432AD is #BBCD52. Grayscale: #444444. Windows color (decimal): -12307795 or 11350596. OLE color: 11350596.

HSL color Cylindrical-coordinate representation of color #4432AD: hue angle of 248.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4432AD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 50 173 -
CMYK 0.61 0.71 0 0.32
HSL 248.78º 0.55% 0.44% -
HSV(B) 248.78º 0.71% 0.68% -
XYZ 11.07 6.53 40.21 -
YUV 69.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 68 50 173 0.61 0.71 0 0.32 248.78 0.55 0.44
Hex 44 32 AD 3D 47 0 20 F9 37 2C
Octal 104 62 255 75 107 0 40 371 67 54
Binary 1000100 110010 10101101 111101 1000111 0 100000 11111001 110111 101100

Color Harmonies of #4432AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4432AD

Black with #4432AD

Text Example


Text Example

White with #4432AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4432AD; }

 p { color: rgb(68,50,173); }

 H1.HeaderClassName
 {
   color: #4432AD;
 }
 .AnyTagClassName
 {
   color: #4432AD;
 }
</style>

background-color css

<style>
 a { background-color: #4432AD; }

 a { background-color: rgb(68,50,173); }

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

border-color css

<style>
 span { border-color: #4432AD; }

 span { border-color: rgb(68,50,173); }

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