Html Css Color HEX #481E76 Blue Diamond

📋 copy color: '#481E76'

red 72 ◦ green 30 ◦ blue 118

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

Shades of Blue Diamond #481E76

Tints of Blue Diamond #481E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 32.73%
G = 13.64%
B = 53.64%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481E76 (or 0x481E76) is known color: Blue Diamond. HEX triplet: 48, 1E and 76. RGB value is (72,30,118). Sum of RGB (Red+Green+Blue) = 72+30+118=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #481E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E76 is #B7E189. Grayscale: #343434. Windows color (decimal): -12050826 or 7741000. OLE color: 7741000.

HSL color Cylindrical-coordinate representation of color #481E76: hue angle of 268.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481E76 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 30 118 -
CMYK 0.39 0.75 0 0.54
HSL 268.64º 0.59% 0.29% -
HSV(B) 268.64º 0.75% 0.46% -
XYZ 6.41 3.61 17.5 -
YUV 52.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 72 30 118 0.39 0.75 0 0.54 268.64 0.59 0.29
Hex 48 1E 76 27 4B 0 36 10D 3B 1D
Octal 110 36 166 47 113 0 66 415 73 35
Binary 1001000 11110 1110110 100111 1001011 0 110110 100001101 111011 11101

Color Harmonies of #481E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E76

Black with #481E76

Text Example


Text Example

White with #481E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,30,118); }

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

background-color css

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

 a { background-color: rgb(72,30,118); }

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

border-color css

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

 span { border-color: rgb(72,30,118); }

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