Html Css Color HEX #4425AD Blue Gem

📋 copy color: '#4425AD'

red 68 ◦ green 37 ◦ blue 173

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

Shades of Blue Gem #4425AD

Tints of Blue Gem #4425AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 24.46%
G = 13.31%
B = 62.23%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4425AD (or 0x4425AD) is known color: Blue Gem. HEX triplet: 44, 25 and AD. RGB value is (68,37,173). Sum of RGB (Red+Green+Blue) = 68+37+173=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4425AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4425AD is #BBDA52. Grayscale: #3D3D3D. Windows color (decimal): -12311123 or 11347268. OLE color: 11347268.

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

Color convert

RGB 68 37 173 -
CMYK 0.61 0.79 0 0.32
HSL 253.68º 0.65% 0.41% -
HSV(B) 253.68º 0.79% 0.68% -
XYZ 10.59 5.57 40.05 -
YUV 61.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 68 37 173 0.61 0.79 0 0.32 253.68 0.65 0.41
Hex 44 25 AD 3D 4F 0 20 FE 41 29
Octal 104 45 255 75 117 0 40 376 101 51
Binary 1000100 100101 10101101 111101 1001111 0 100000 11111110 1000001 101001

Color Harmonies of #4425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425AD

Black with #4425AD

Text Example


Text Example

White with #4425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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