Html Css Color HEX #4434AD Blue Gem

📋 copy color: '#4434AD'

red 68 ◦ green 52 ◦ blue 173

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

Shades of Blue Gem #4434AD

Tints of Blue Gem #4434AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 23.21%
G = 17.75%
B = 59.04%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4434AD (or 0x4434AD) is known color: Blue Gem. HEX triplet: 44, 34 and AD. RGB value is (68,52,173). Sum of RGB (Red+Green+Blue) = 68+52+173=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #4434AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4434AD is #BBCB52. Grayscale: #464646. Windows color (decimal): -12307283 or 11351108. OLE color: 11351108.

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

Color convert

RGB 68 52 173 -
CMYK 0.61 0.70 0 0.32
HSL 247.93º 0.54% 0.44% -
HSV(B) 247.93º 0.7% 0.68% -
XYZ 11.15 6.7 40.24 -
YUV 70.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 68 52 173 0.61 0.70 0 0.32 247.93 0.54 0.44
Hex 44 34 AD 3D 46 0 20 F8 36 2C
Octal 104 64 255 75 106 0 40 370 66 54
Binary 1000100 110100 10101101 111101 1000110 0 100000 11111000 110110 101100

Color Harmonies of #4434AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4434AD

Black with #4434AD

Text Example


Text Example

White with #4434AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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