Html Css Color HEX #472174 Blue Diamond

📋 copy color: '#472174'

red 71 ◦ green 33 ◦ blue 116

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

Shades of Blue Diamond #472174

Tints of Blue Diamond #472174

RGB

 RED value IS 71 (28.13% from 255) = 32.27%

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

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

R = 32.27%
G = 15%
B = 52.73%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472174 (or 0x472174) is known color: Blue Diamond. HEX triplet: 47, 21 and 74. RGB value is (71,33,116). Sum of RGB (Red+Green+Blue) = 71+33+116=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #472174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472174 is #B8DE8B. Grayscale: #353535. Windows color (decimal): -12115596 or 7610695. OLE color: 7610695.

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

Color convert

RGB 71 33 116 -
CMYK 0.39 0.72 0 0.55
HSL 267.47º 0.56% 0.29% -
HSV(B) 267.47º 0.72% 0.45% -
XYZ 6.29 3.69 16.9 -
YUV 53.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 71 33 116 0.39 0.72 0 0.55 267.47 0.56 0.29
Hex 47 21 74 27 48 0 37 10B 38 1D
Octal 107 41 164 47 110 0 67 413 70 35
Binary 1000111 100001 1110100 100111 1001000 0 110111 100001011 111000 11101

Color Harmonies of #472174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472174

Black with #472174

Text Example


Text Example

White with #472174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472174; }

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

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

background-color css

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

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

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

border-color css

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

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

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