Html Css Color HEX #4121AC Blue Gem

📋 copy color: '#4121AC'

red 65 ◦ green 33 ◦ blue 172

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

Shades of Blue Gem #4121AC

Tints of Blue Gem #4121AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 24.07%
G = 12.22%
B = 63.7%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4121AC (or 0x4121AC) is known color: Blue Gem. HEX triplet: 41, 21 and AC. RGB value is (65,33,172). Sum of RGB (Red+Green+Blue) = 65+33+172=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #4121AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4121AC is #BEDE53. Grayscale: #393939. Windows color (decimal): -12508756 or 11280705. OLE color: 11280705.

HSL color Cylindrical-coordinate representation of color #4121AC: hue angle of 253.81º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4121AC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 33 172 -
CMYK 0.62 0.81 0 0.33
HSL 253.81º 0.68% 0.4% -
HSV(B) 253.81º 0.81% 0.67% -
XYZ 10.17 5.19 39.5 -
YUV 58.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 65 33 172 0.62 0.81 0 0.33 253.81 0.68 0.4
Hex 41 21 AC 3E 51 0 21 FE 44 28
Octal 101 41 254 76 121 0 41 376 104 50
Binary 1000001 100001 10101100 111110 1010001 0 100001 11111110 1000100 101000

Color Harmonies of #4121AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4121AC

Black with #4121AC

Text Example


Text Example

White with #4121AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,33,172); }

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

background-color css

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

 a { background-color: rgb(65,33,172); }

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

border-color css

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

 span { border-color: rgb(65,33,172); }

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