Html Css Color HEX #481774 Blue Diamond

📋 copy color: '#481774'

red 72 ◦ green 23 ◦ blue 116

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

Shades of Blue Diamond #481774

Tints of Blue Diamond #481774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 34.12%
G = 10.9%
B = 54.98%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481774 (or 0x481774) is known color: Blue Diamond. HEX triplet: 48, 17 and 74. RGB value is (72,23,116). Sum of RGB (Red+Green+Blue) = 72+23+116=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #481774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481774 is #B7E88B. Grayscale: #2F2F2F. Windows color (decimal): -12052620 or 7608136. OLE color: 7608136.

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

Color convert

RGB 72 23 116 -
CMYK 0.38 0.80 0 0.55
HSL 271.61º 0.67% 0.27% -
HSV(B) 271.61º 0.8% 0.45% -
XYZ 6.13 3.25 16.83 -
YUV 48.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 72 23 116 0.38 0.80 0 0.55 271.61 0.67 0.27
Hex 48 17 74 26 50 0 37 110 43 1B
Octal 110 27 164 46 120 0 67 420 103 33
Binary 1001000 10111 1110100 100110 1010000 0 110111 100010000 1000011 11011

Color Harmonies of #481774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481774

Black with #481774

Text Example


Text Example

White with #481774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481774; }

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

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

background-color css

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

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

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

border-color css

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

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

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