Html Css Color HEX #481D9E Blue Gem

📋 copy color: '#481D9E'

red 72 ◦ green 29 ◦ blue 158

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

Shades of Blue Gem #481D9E

Tints of Blue Gem #481D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61%

R = 27.8%
G = 11.2%
B = 61%

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

#481D9E (or 0x481D9E) is known color: Blue Gem. HEX triplet: 48, 1D and 9E. RGB value is (72,29,158). Sum of RGB (Red+Green+Blue) = 72+29+158=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #481D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481D9E is #B7E261. Grayscale: #383838. Windows color (decimal): -12051042 or 10362184. OLE color: 10362184.

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

Color convert

RGB 72 29 158 -
CMYK 0.54 0.82 0 0.38
HSL 260º 0.69% 0.37% -
HSV(B) 260º 0.82% 0.62% -
XYZ 9.28 4.73 32.77 -
YUV 56.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 72 29 158 0.54 0.82 0 0.38 260 0.69 0.37
Hex 48 1D 9E 36 52 0 26 104 45 25
Octal 110 35 236 66 122 0 46 404 105 45
Binary 1001000 11101 10011110 110110 1010010 0 100110 100000100 1000101 100101

Color Harmonies of #481D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D9E

Black with #481D9E

Text Example


Text Example

White with #481D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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