Html Css Color HEX #4426AD Blue Gem

📋 copy color: '#4426AD'

red 68 ◦ green 38 ◦ blue 173

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

Shades of Blue Gem #4426AD

Tints of Blue Gem #4426AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 24.37%
G = 13.62%
B = 62.01%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4426AD (or 0x4426AD) is known color: Blue Gem. HEX triplet: 44, 26 and AD. RGB value is (68,38,173). Sum of RGB (Red+Green+Blue) = 68+38+173=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #4426AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4426AD is #BBD952. Grayscale: #3D3D3D. Windows color (decimal): -12310867 or 11347524. OLE color: 11347524.

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

Color convert

RGB 68 38 173 -
CMYK 0.61 0.78 0 0.32
HSL 253.33º 0.64% 0.41% -
HSV(B) 253.33º 0.78% 0.68% -
XYZ 10.62 5.63 40.06 -
YUV 62.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 68 38 173 0.61 0.78 0 0.32 253.33 0.64 0.41
Hex 44 26 AD 3D 4E 0 20 FD 40 29
Octal 104 46 255 75 116 0 40 375 100 51
Binary 1000100 100110 10101101 111101 1001110 0 100000 11111101 1000000 101001

Color Harmonies of #4426AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426AD

Black with #4426AD

Text Example


Text Example

White with #4426AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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