Html Css Color HEX #4430AD Blue Gem

📋 copy color: '#4430AD'

red 68 ◦ green 48 ◦ blue 173

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

Shades of Blue Gem #4430AD

Tints of Blue Gem #4430AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 23.53%
G = 16.61%
B = 59.86%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4430AD (or 0x4430AD) is known color: Blue Gem. HEX triplet: 44, 30 and AD. RGB value is (68,48,173). Sum of RGB (Red+Green+Blue) = 68+48+173=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #4430AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4430AD is #BBCF52. Grayscale: #434343. Windows color (decimal): -12308307 or 11350084. OLE color: 11350084.

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

Color convert

RGB 68 48 173 -
CMYK 0.61 0.72 0 0.32
HSL 249.6º 0.57% 0.43% -
HSV(B) 249.6º 0.72% 0.68% -
XYZ 10.98 6.36 40.18 -
YUV 68.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 68 48 173 0.61 0.72 0 0.32 249.6 0.57 0.43
Hex 44 30 AD 3D 48 0 20 FA 39 2B
Octal 104 60 255 75 110 0 40 372 71 53
Binary 1000100 110000 10101101 111101 1001000 0 100000 11111010 111001 101011

Color Harmonies of #4430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430AD

Black with #4430AD

Text Example


Text Example

White with #4430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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