Html Css Color HEX #481AA3 Blue Gem

📋 copy color: '#481AA3'

red 72 ◦ green 26 ◦ blue 163

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

Shades of Blue Gem #481AA3

Tints of Blue Gem #481AA3

RGB

 RED value IS 72 (28.52% from 255) = 27.59%

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 163 (64.06% from 255) = 62.45%

R = 27.59%
G = 9.96%
B = 62.45%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#481AA3 (or 0x481AA3) is known color: Blue Gem. HEX triplet: 48, 1A and A3. RGB value is (72,26,163). Sum of RGB (Red+Green+Blue) = 72+26+163=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #481AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AA3 is #B7E55C. Grayscale: #363636. Windows color (decimal): -12051805 or 10689096. OLE color: 10689096.

HSL color Cylindrical-coordinate representation of color #481AA3: hue angle of 260.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481AA3 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 26 163 -
CMYK 0.56 0.84 0 0.36
HSL 260.15º 0.72% 0.37% -
HSV(B) 260.15º 0.84% 0.64% -
XYZ 9.65 4.76 35.06 -
YUV 55.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 72 26 163 0.56 0.84 0 0.36 260.15 0.72 0.37
Hex 48 1A A3 38 54 0 24 104 48 25
Octal 110 32 243 70 124 0 44 404 110 45
Binary 1001000 11010 10100011 111000 1010100 0 100100 100000100 1001000 100101

Color Harmonies of #481AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AA3

Black with #481AA3

Text Example


Text Example

White with #481AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481AA3; }

 p { color: rgb(72,26,163); }

 H1.HeaderClassName
 {
   color: #481AA3;
 }
 .AnyTagClassName
 {
   color: #481AA3;
 }
</style>

background-color css

<style>
 a { background-color: #481AA3; }

 a { background-color: rgb(72,26,163); }

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

border-color css

<style>
 span { border-color: #481AA3; }

 span { border-color: rgb(72,26,163); }

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