Html Css Color HEX #481879 Blue Diamond

📋 copy color: '#481879'

red 72 ◦ green 24 ◦ blue 121

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

Shades of Blue Diamond #481879

Tints of Blue Diamond #481879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.76%

R = 33.18%
G = 11.06%
B = 55.76%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481879 (or 0x481879) is known color: Blue Diamond. HEX triplet: 48, 18 and 79. RGB value is (72,24,121). Sum of RGB (Red+Green+Blue) = 72+24+121=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #481879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481879 is #B7E786. Grayscale: #313131. Windows color (decimal): -12052359 or 7936072. OLE color: 7936072.

HSL color Cylindrical-coordinate representation of color #481879: hue angle of 269.69º 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 #481879 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 24 121 -
CMYK 0.40 0.80 0 0.53
HSL 269.69º 0.67% 0.28% -
HSV(B) 269.69º 0.8% 0.47% -
XYZ 6.45 3.41 18.41 -
YUV 49.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 72 24 121 0.40 0.80 0 0.53 269.69 0.67 0.28
Hex 48 18 79 28 50 0 35 10E 43 1C
Octal 110 30 171 50 120 0 65 416 103 34
Binary 1001000 11000 1111001 101000 1010000 0 110101 100001110 1000011 11100

Color Harmonies of #481879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481879

Black with #481879

Text Example


Text Example

White with #481879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481879; }

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

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

background-color css

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

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

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

border-color css

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

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

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