Html Css Color HEX #481BA7 Blue Gem

📋 copy color: '#481BA7'

red 72 ◦ green 27 ◦ blue 167

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

Shades of Blue Gem #481BA7

Tints of Blue Gem #481BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 62.78%

R = 27.07%
G = 10.15%
B = 62.78%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#481BA7 (or 0x481BA7) is known color: Blue Gem. HEX triplet: 48, 1B and A7. RGB value is (72,27,167). Sum of RGB (Red+Green+Blue) = 72+27+167=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #481BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BA7 is #B7E458. Grayscale: #373737. Windows color (decimal): -12051545 or 10951496. OLE color: 10951496.

HSL color Cylindrical-coordinate representation of color #481BA7: hue angle of 259.29º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481BA7 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 27 167 -
CMYK 0.57 0.84 0 0.35
HSL 259.29º 0.72% 0.38% -
HSV(B) 259.29º 0.84% 0.65% -
XYZ 10.04 4.95 36.99 -
YUV 56.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 72 27 167 0.57 0.84 0 0.35 259.29 0.72 0.38
Hex 48 1B A7 39 54 0 23 103 48 26
Octal 110 33 247 71 124 0 43 403 110 46
Binary 1001000 11011 10100111 111001 1010100 0 100011 100000011 1001000 100110

Color Harmonies of #481BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BA7

Black with #481BA7

Text Example


Text Example

White with #481BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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