Html Css Color HEX #4429AE Blue Gem

📋 copy color: '#4429AE'

red 68 ◦ green 41 ◦ blue 174

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

Shades of Blue Gem #4429AE

Tints of Blue Gem #4429AE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 24.03%
G = 14.49%
B = 61.48%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4429AE (or 0x4429AE) is known color: Blue Gem. HEX triplet: 44, 29 and AE. RGB value is (68,41,174). Sum of RGB (Red+Green+Blue) = 68+41+174=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #4429AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4429AE is #BBD651. Grayscale: #3F3F3F. Windows color (decimal): -12310098 or 11413828. OLE color: 11413828.

HSL color Cylindrical-coordinate representation of color #4429AE: hue angle of 252.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4429AE is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 41 174 -
CMYK 0.61 0.76 0 0.32
HSL 252.18º 0.62% 0.42% -
HSV(B) 252.18º 0.76% 0.68% -
XYZ 10.82 5.87 40.61 -
YUV 64.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 68 41 174 0.61 0.76 0 0.32 252.18 0.62 0.42
Hex 44 29 AE 3D 4C 0 20 FC 3E 2A
Octal 104 51 256 75 114 0 40 374 76 52
Binary 1000100 101001 10101110 111101 1001100 0 100000 11111100 111110 101010

Color Harmonies of #4429AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4429AE

Black with #4429AE

Text Example


Text Example

White with #4429AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4429AE; }

 p { color: rgb(68,41,174); }

 H1.HeaderClassName
 {
   color: #4429AE;
 }
 .AnyTagClassName
 {
   color: #4429AE;
 }
</style>

background-color css

<style>
 a { background-color: #4429AE; }

 a { background-color: rgb(68,41,174); }

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

border-color css

<style>
 span { border-color: #4429AE; }

 span { border-color: rgb(68,41,174); }

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