Html Css Color HEX #481773 Blue Diamond

📋 copy color: '#481773'

red 72 ◦ green 23 ◦ blue 115

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

Shades of Blue Diamond #481773

Tints of Blue Diamond #481773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 34.29%
G = 10.95%
B = 54.76%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481773 (or 0x481773) is known color: Blue Diamond. HEX triplet: 48, 17 and 73. RGB value is (72,23,115). Sum of RGB (Red+Green+Blue) = 72+23+115=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #481773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481773 is #B7E88C. Grayscale: #2F2F2F. Windows color (decimal): -12052621 or 7542600. OLE color: 7542600.

HSL color Cylindrical-coordinate representation of color #481773: hue angle of 271.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481773 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 23 115 -
CMYK 0.37 0.80 0 0.55
HSL 271.96º 0.67% 0.27% -
HSV(B) 271.96º 0.8% 0.45% -
XYZ 6.07 3.23 16.52 -
YUV 48.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 72 23 115 0.37 0.80 0 0.55 271.96 0.67 0.27
Hex 48 17 73 25 50 0 37 110 43 1B
Octal 110 27 163 45 120 0 67 420 103 33
Binary 1001000 10111 1110011 100101 1010000 0 110111 100010000 1000011 11011

Color Harmonies of #481773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481773

Black with #481773

Text Example


Text Example

White with #481773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481773; }

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

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

background-color css

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

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

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

border-color css

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

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

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