Html Css Color HEX #481C76 Blue Diamond

📋 copy color: '#481C76'

red 72 ◦ green 28 ◦ blue 118

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

Shades of Blue Diamond #481C76

Tints of Blue Diamond #481C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 33.03%
G = 12.84%
B = 54.13%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481C76 (or 0x481C76) is known color: Blue Diamond. HEX triplet: 48, 1C and 76. RGB value is (72,28,118). Sum of RGB (Red+Green+Blue) = 72+28+118=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #481C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C76 is #B7E389. Grayscale: #333333. Windows color (decimal): -12051338 or 7740488. OLE color: 7740488.

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

Color convert

RGB 72 28 118 -
CMYK 0.39 0.76 0 0.54
HSL 269.33º 0.62% 0.29% -
HSV(B) 269.33º 0.76% 0.46% -
XYZ 6.36 3.52 17.48 -
YUV 51.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 72 28 118 0.39 0.76 0 0.54 269.33 0.62 0.29
Hex 48 1C 76 27 4C 0 36 10D 3E 1D
Octal 110 34 166 47 114 0 66 415 76 35
Binary 1001000 11100 1110110 100111 1001100 0 110110 100001101 111110 11101

Color Harmonies of #481C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C76

Black with #481C76

Text Example


Text Example

White with #481C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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