Html Css Color HEX #481B9F Blue Gem

📋 copy color: '#481B9F'

red 72 ◦ green 27 ◦ blue 159

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

Shades of Blue Gem #481B9F

Tints of Blue Gem #481B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

 BLUE value IS 159 (62.5% from 255) = 61.63%

R = 27.91%
G = 10.47%
B = 61.63%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#481B9F (or 0x481B9F) is known color: Blue Gem. HEX triplet: 48, 1B and 9F. RGB value is (72,27,159). Sum of RGB (Red+Green+Blue) = 72+27+159=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #481B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481B9F is #B7E460. Grayscale: #373737. Windows color (decimal): -12051553 or 10427208. OLE color: 10427208.

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

Color convert

RGB 72 27 159 -
CMYK 0.55 0.83 0 0.38
HSL 260.45º 0.71% 0.36% -
HSV(B) 260.45º 0.83% 0.62% -
XYZ 9.32 4.66 33.21 -
YUV 55.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 72 27 159 0.55 0.83 0 0.38 260.45 0.71 0.36
Hex 48 1B 9F 37 53 0 26 104 47 24
Octal 110 33 237 67 123 0 46 404 107 44
Binary 1001000 11011 10011111 110111 1010011 0 100110 100000100 1000111 100100

Color Harmonies of #481B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B9F

Black with #481B9F

Text Example


Text Example

White with #481B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,159); }

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

background-color css

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

 a { background-color: rgb(72,27,159); }

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

border-color css

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

 span { border-color: rgb(72,27,159); }

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