Html Css Color HEX #481878 Blue Diamond

📋 copy color: '#481878'

red 72 ◦ green 24 ◦ blue 120

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

Shades of Blue Diamond #481878

Tints of Blue Diamond #481878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 33.33%
G = 11.11%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481878 (or 0x481878) is known color: Blue Diamond. HEX triplet: 48, 18 and 78. RGB value is (72,24,120). Sum of RGB (Red+Green+Blue) = 72+24+120=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #481878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481878 is #B7E787. Grayscale: #303030. Windows color (decimal): -12052360 or 7870536. OLE color: 7870536.

HSL color Cylindrical-coordinate representation of color #481878: hue angle of 270º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481878 is Cyan = 0.40, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 24 120 -
CMYK 0.40 0.8 0 0.53
HSL 270º 0.67% 0.28% -
HSV(B) 270º 0.8% 0.47% -
XYZ 6.39 3.39 18.09 -
YUV 49.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 72 24 120 0.40 0.8 0 0.53 270 0.67 0.28
Hex 48 18 78 28 50 0 35 10E 43 1C
Octal 110 30 170 50 120 0 65 416 103 34
Binary 1001000 11000 1111000 101000 1010000 0 110101 100001110 1000011 11100

Color Harmonies of #481878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481878

Black with #481878

Text Example


Text Example

White with #481878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481878; }

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

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

background-color css

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

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

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

border-color css

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

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

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