Html Css Color HEX #481673 Blue Diamond

📋 copy color: '#481673'

red 72 ◦ green 22 ◦ blue 115

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

Shades of Blue Diamond #481673

Tints of Blue Diamond #481673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 34.45%
G = 10.53%
B = 55.02%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481673 (or 0x481673) is known color: Blue Diamond. HEX triplet: 48, 16 and 73. RGB value is (72,22,115). Sum of RGB (Red+Green+Blue) = 72+22+115=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #481673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481673 is #B7E98C. Grayscale: #2F2F2F. Windows color (decimal): -12052877 or 7542344. OLE color: 7542344.

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

Color convert

RGB 72 22 115 -
CMYK 0.37 0.81 0 0.55
HSL 272.26º 0.68% 0.27% -
HSV(B) 272.26º 0.81% 0.45% -
XYZ 6.05 3.19 16.52 -
YUV 47.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 72 22 115 0.37 0.81 0 0.55 272.26 0.68 0.27
Hex 48 16 73 25 51 0 37 110 44 1B
Octal 110 26 163 45 121 0 67 420 104 33
Binary 1001000 10110 1110011 100101 1010001 0 110111 100010000 1000100 11011

Color Harmonies of #481673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481673

Black with #481673

Text Example


Text Example

White with #481673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481673; }

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

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

background-color css

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

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

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

border-color css

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

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

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