Html Css Color HEX #482174 Blue Diamond

📋 copy color: '#482174'

red 72 ◦ green 33 ◦ blue 116

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

Shades of Blue Diamond #482174

Tints of Blue Diamond #482174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 32.58%
G = 14.93%
B = 52.49%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482174 (or 0x482174) is known color: Blue Diamond. HEX triplet: 48, 21 and 74. RGB value is (72,33,116). Sum of RGB (Red+Green+Blue) = 72+33+116=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #482174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482174 is #B7DE8B. Grayscale: #353535. Windows color (decimal): -12050060 or 7610696. OLE color: 7610696.

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

Color convert

RGB 72 33 116 -
CMYK 0.38 0.72 0 0.55
HSL 268.19º 0.56% 0.29% -
HSV(B) 268.19º 0.72% 0.45% -
XYZ 6.37 3.73 16.91 -
YUV 54.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 72 33 116 0.38 0.72 0 0.55 268.19 0.56 0.29
Hex 48 21 74 26 48 0 37 10C 38 1D
Octal 110 41 164 46 110 0 67 414 70 35
Binary 1001000 100001 1110100 100110 1001000 0 110111 100001100 111000 11101

Color Harmonies of #482174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482174

Black with #482174

Text Example


Text Example

White with #482174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482174; }

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

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

background-color css

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

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

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

border-color css

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

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

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