Html Css Color HEX #4119AB Blue Gem

📋 copy color: '#4119AB'

red 65 ◦ green 25 ◦ blue 171

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

Shades of Blue Gem #4119AB

Tints of Blue Gem #4119AB

RGB

 RED value IS 65 (25.78% from 255) = 24.9%

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 24.9%
G = 9.58%
B = 65.52%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4119AB (or 0x4119AB) is known color: Blue Gem. HEX triplet: 41, 19 and AB. RGB value is (65,25,171). Sum of RGB (Red+Green+Blue) = 65+25+171=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #4119AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4119AB is #BEE654. Grayscale: #353535. Windows color (decimal): -12510805 or 11213121. OLE color: 11213121.

HSL color Cylindrical-coordinate representation of color #4119AB: hue angle of 256.44º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4119AB is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 25 171 -
CMYK 0.62 0.85 0 0.33
HSL 256.44º 0.74% 0.38% -
HSV(B) 256.44º 0.85% 0.67% -
XYZ 9.88 4.76 38.93 -
YUV 53.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 65 25 171 0.62 0.85 0 0.33 256.44 0.74 0.38
Hex 41 19 AB 3E 55 0 21 100 4A 26
Octal 101 31 253 76 125 0 41 400 112 46
Binary 1000001 11001 10101011 111110 1010101 0 100001 100000000 1001010 100110

Color Harmonies of #4119AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119AB

Black with #4119AB

Text Example


Text Example

White with #4119AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,25,171); }

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

background-color css

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

 a { background-color: rgb(65,25,171); }

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

border-color css

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

 span { border-color: rgb(65,25,171); }

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