Html Css Color HEX #481973 Blue Diamond

📋 copy color: '#481973'

red 72 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #481973

Tints of Blue Diamond #481973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 33.96%
G = 11.79%
B = 54.25%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481973 (or 0x481973) is known color: Blue Diamond. HEX triplet: 48, 19 and 73. RGB value is (72,25,115). Sum of RGB (Red+Green+Blue) = 72+25+115=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #481973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481973 is #B7E68C. Grayscale: #303030. Windows color (decimal): -12052109 or 7543112. OLE color: 7543112.

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

Color convert

RGB 72 25 115 -
CMYK 0.37 0.78 0 0.55
HSL 271.33º 0.64% 0.27% -
HSV(B) 271.33º 0.78% 0.45% -
XYZ 6.11 3.31 16.54 -
YUV 49.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 72 25 115 0.37 0.78 0 0.55 271.33 0.64 0.27
Hex 48 19 73 25 4E 0 37 10F 40 1B
Octal 110 31 163 45 116 0 67 417 100 33
Binary 1001000 11001 1110011 100101 1001110 0 110111 100001111 1000000 11011

Color Harmonies of #481973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481973

Black with #481973

Text Example


Text Example

White with #481973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481973; }

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

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

background-color css

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

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

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

border-color css

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

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

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