Html Css Color HEX #481D9D Blue Gem

📋 copy color: '#481D9D'

red 72 ◦ green 29 ◦ blue 157

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

Shades of Blue Gem #481D9D

Tints of Blue Gem #481D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 27.91%
G = 11.24%
B = 60.85%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#481D9D (or 0x481D9D) is known color: Blue Gem. HEX triplet: 48, 1D and 9D. RGB value is (72,29,157). Sum of RGB (Red+Green+Blue) = 72+29+157=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #481D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481D9D is #B7E262. Grayscale: #373737. Windows color (decimal): -12051043 or 10296648. OLE color: 10296648.

HSL color Cylindrical-coordinate representation of color #481D9D: hue angle of 260.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481D9D is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 29 157 -
CMYK 0.54 0.82 0 0.38
HSL 260.16º 0.69% 0.36% -
HSV(B) 260.16º 0.82% 0.62% -
XYZ 9.2 4.69 32.32 -
YUV 56.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 72 29 157 0.54 0.82 0 0.38 260.16 0.69 0.36
Hex 48 1D 9D 36 52 0 26 104 45 24
Octal 110 35 235 66 122 0 46 404 105 44
Binary 1001000 11101 10011101 110110 1010010 0 100110 100000100 1000101 100100

Color Harmonies of #481D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D9D

Black with #481D9D

Text Example


Text Example

White with #481D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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