Html Css Color HEX #481DA0 Blue Gem

📋 copy color: '#481DA0'

red 72 ◦ green 29 ◦ blue 160

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

Shades of Blue Gem #481DA0

Tints of Blue Gem #481DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.11%

 BLUE value IS 160 (62.89% from 255) = 61.3%

R = 27.59%
G = 11.11%
B = 61.3%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#481DA0 (or 0x481DA0) is known color: Blue Gem. HEX triplet: 48, 1D and A0. RGB value is (72,29,160). Sum of RGB (Red+Green+Blue) = 72+29+160=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #481DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DA0 is #B7E25F. Grayscale: #383838. Windows color (decimal): -12051040 or 10493256. OLE color: 10493256.

HSL color Cylindrical-coordinate representation of color #481DA0: hue angle of 259.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481DA0 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 29 160 -
CMYK 0.55 0.82 0 0.37
HSL 259.69º 0.69% 0.37% -
HSV(B) 259.69º 0.82% 0.63% -
XYZ 9.46 4.79 33.68 -
YUV 56.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 72 29 160 0.55 0.82 0 0.37 259.69 0.69 0.37
Hex 48 1D A0 37 52 0 25 104 45 25
Octal 110 35 240 67 122 0 45 404 105 45
Binary 1001000 11101 10100000 110111 1010010 0 100101 100000100 1000101 100101

Color Harmonies of #481DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DA0

Black with #481DA0

Text Example


Text Example

White with #481DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,160); }

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

background-color css

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

 a { background-color: rgb(72,29,160); }

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

border-color css

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

 span { border-color: rgb(72,29,160); }

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