Html Css Color HEX #4426AB Blue Gem

📋 copy color: '#4426AB'

red 68 ◦ green 38 ◦ blue 171

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

Shades of Blue Gem #4426AB

Tints of Blue Gem #4426AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 24.55%
G = 13.72%
B = 61.73%

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

#4426AB (or 0x4426AB) is known color: Blue Gem. HEX triplet: 44, 26 and AB. RGB value is (68,38,171). Sum of RGB (Red+Green+Blue) = 68+38+171=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #4426AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4426AB is #BBD954. Grayscale: #3D3D3D. Windows color (decimal): -12310869 or 11216452. OLE color: 11216452.

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

Color convert

RGB 68 38 171 -
CMYK 0.60 0.78 0 0.33
HSL 253.53º 0.64% 0.41% -
HSV(B) 253.53º 0.78% 0.67% -
XYZ 10.43 5.56 39.05 -
YUV 62.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 68 38 171 0.60 0.78 0 0.33 253.53 0.64 0.41
Hex 44 26 AB 3C 4E 0 21 FE 40 29
Octal 104 46 253 74 116 0 41 376 100 51
Binary 1000100 100110 10101011 111100 1001110 0 100001 11111110 1000000 101001

Color Harmonies of #4426AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426AB

Black with #4426AB

Text Example


Text Example

White with #4426AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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