Html Css Color HEX #4426AC Blue Gem

📋 copy color: '#4426AC'

red 68 ◦ green 38 ◦ blue 172

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

Shades of Blue Gem #4426AC

Tints of Blue Gem #4426AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.87%

R = 24.46%
G = 13.67%
B = 61.87%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4426AC (or 0x4426AC) is known color: Blue Gem. HEX triplet: 44, 26 and AC. RGB value is (68,38,172). Sum of RGB (Red+Green+Blue) = 68+38+172=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #4426AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4426AC is #BBD953. Grayscale: #3D3D3D. Windows color (decimal): -12310868 or 11281988. OLE color: 11281988.

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

Color convert

RGB 68 38 172 -
CMYK 0.60 0.78 0 0.33
HSL 253.43º 0.64% 0.41% -
HSV(B) 253.43º 0.78% 0.67% -
XYZ 10.52 5.59 39.55 -
YUV 62.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 68 38 172 0.60 0.78 0 0.33 253.43 0.64 0.41
Hex 44 26 AC 3C 4E 0 21 FD 40 29
Octal 104 46 254 74 116 0 41 375 100 51
Binary 1000100 100110 10101100 111100 1001110 0 100001 11111101 1000000 101001

Color Harmonies of #4426AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426AC

Black with #4426AC

Text Example


Text Example

White with #4426AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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