Html Css Color HEX #481F74 Blue Diamond

📋 copy color: '#481F74'

red 72 ◦ green 31 ◦ blue 116

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

Shades of Blue Diamond #481F74

Tints of Blue Diamond #481F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 32.88%
G = 14.16%
B = 52.97%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481F74 (or 0x481F74) is known color: Blue Diamond. HEX triplet: 48, 1F and 74. RGB value is (72,31,116). Sum of RGB (Red+Green+Blue) = 72+31+116=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #481F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F74 is #B7E08B. Grayscale: #343434. Windows color (decimal): -12050572 or 7610184. OLE color: 7610184.

HSL color Cylindrical-coordinate representation of color #481F74: hue angle of 268.94º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481F74 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 31 116 -
CMYK 0.38 0.73 0 0.55
HSL 268.94º 0.58% 0.29% -
HSV(B) 268.94º 0.73% 0.45% -
XYZ 6.31 3.62 16.89 -
YUV 52.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 72 31 116 0.38 0.73 0 0.55 268.94 0.58 0.29
Hex 48 1F 74 26 49 0 37 10D 3A 1D
Octal 110 37 164 46 111 0 67 415 72 35
Binary 1001000 11111 1110100 100110 1001001 0 110111 100001101 111010 11101

Color Harmonies of #481F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F74

Black with #481F74

Text Example


Text Example

White with #481F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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