Html Css Color HEX #4426AA Blue Gem

📋 copy color: '#4426AA'

red 68 ◦ green 38 ◦ blue 170

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

Shades of Blue Gem #4426AA

Tints of Blue Gem #4426AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 24.64%
G = 13.77%
B = 61.59%

CMYK

 C value IS 0.6

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4426AA (or 0x4426AA) is known color: Blue Gem. HEX triplet: 44, 26 and AA. RGB value is (68,38,170). Sum of RGB (Red+Green+Blue) = 68+38+170=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #4426AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4426AA is #BBD955. Grayscale: #3D3D3D. Windows color (decimal): -12310870 or 11150916. OLE color: 11150916.

HSL color Cylindrical-coordinate representation of color #4426AA: hue angle of 253.64º degrees, saturation: 0.63, 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 #4426AA is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 38 170 -
CMYK 0.6 0.78 0 0.33
HSL 253.64º 0.63% 0.41% -
HSV(B) 253.64º 0.78% 0.67% -
XYZ 10.33 5.52 38.55 -
YUV 62.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 68 38 170 0.6 0.78 0 0.33 253.64 0.63 0.41
Hex 44 26 AA 3C 4E 0 21 FE 3F 29
Octal 104 46 252 74 116 0 41 376 77 51
Binary 1000100 100110 10101010 111100 1001110 0 100001 11111110 111111 101001

Color Harmonies of #4426AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426AA

Black with #4426AA

Text Example


Text Example

White with #4426AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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