Html Css Color HEX #472774 Blue Diamond

📋 copy color: '#472774'

red 71 ◦ green 39 ◦ blue 116

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

Shades of Blue Diamond #472774

Tints of Blue Diamond #472774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 31.42%
G = 17.26%
B = 51.33%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472774 (or 0x472774) is known color: Blue Diamond. HEX triplet: 47, 27 and 74. RGB value is (71,39,116). Sum of RGB (Red+Green+Blue) = 71+39+116=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #472774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472774 is #B8D88B. Grayscale: #393939. Windows color (decimal): -12114060 or 7612231. OLE color: 7612231.

HSL color Cylindrical-coordinate representation of color #472774: hue angle of 264.94º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472774 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 39 116 -
CMYK 0.39 0.66 0 0.55
HSL 264.94º 0.5% 0.3% -
HSV(B) 264.94º 0.66% 0.45% -
XYZ 6.48 4.05 16.96 -
YUV 57.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 71 39 116 0.39 0.66 0 0.55 264.94 0.5 0.3
Hex 47 27 74 27 42 0 37 109 32 1E
Octal 107 47 164 47 102 0 67 411 62 36
Binary 1000111 100111 1110100 100111 1000010 0 110111 100001001 110010 11110

Color Harmonies of #472774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472774

Black with #472774

Text Example


Text Example

White with #472774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472774; }

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

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

background-color css

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

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

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

border-color css

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

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

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