Html Css Color HEX #481776 Blue Diamond

📋 copy color: '#481776'

red 72 ◦ green 23 ◦ blue 118

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

Shades of Blue Diamond #481776

Tints of Blue Diamond #481776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 33.8%
G = 10.8%
B = 55.4%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481776 (or 0x481776) is known color: Blue Diamond. HEX triplet: 48, 17 and 76. RGB value is (72,23,118). Sum of RGB (Red+Green+Blue) = 72+23+118=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #481776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481776 is #B7E889. Grayscale: #303030. Windows color (decimal): -12052618 or 7739208. OLE color: 7739208.

HSL color Cylindrical-coordinate representation of color #481776: hue angle of 270.95º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481776 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 23 118 -
CMYK 0.39 0.81 0 0.54
HSL 270.95º 0.67% 0.28% -
HSV(B) 270.95º 0.81% 0.46% -
XYZ 6.25 3.3 17.45 -
YUV 48.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 72 23 118 0.39 0.81 0 0.54 270.95 0.67 0.28
Hex 48 17 76 27 51 0 36 10F 43 1C
Octal 110 27 166 47 121 0 66 417 103 34
Binary 1001000 10111 1110110 100111 1010001 0 110110 100001111 1000011 11100

Color Harmonies of #481776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481776

Black with #481776

Text Example


Text Example

White with #481776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481776; }

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

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

background-color css

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

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

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

border-color css

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

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

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