Html Css Color HEX #481C78 Blue Diamond

📋 copy color: '#481C78'

red 72 ◦ green 28 ◦ blue 120

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

Shades of Blue Diamond #481C78

Tints of Blue Diamond #481C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 32.73%
G = 12.73%
B = 54.55%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481C78 (or 0x481C78) is known color: Blue Diamond. HEX triplet: 48, 1C and 78. RGB value is (72,28,120). Sum of RGB (Red+Green+Blue) = 72+28+120=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #481C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C78 is #B7E387. Grayscale: #333333. Windows color (decimal): -12051336 or 7871560. OLE color: 7871560.

HSL color Cylindrical-coordinate representation of color #481C78: hue angle of 268.7º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481C78 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 28 120 -
CMYK 0.40 0.77 0 0.53
HSL 268.7º 0.62% 0.29% -
HSV(B) 268.7º 0.77% 0.47% -
XYZ 6.48 3.56 18.12 -
YUV 51.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 72 28 120 0.40 0.77 0 0.53 268.7 0.62 0.29
Hex 48 1C 78 28 4D 0 35 10D 3E 1D
Octal 110 34 170 50 115 0 65 415 76 35
Binary 1001000 11100 1111000 101000 1001101 0 110101 100001101 111110 11101

Color Harmonies of #481C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C78

Black with #481C78

Text Example


Text Example

White with #481C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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