Html Css Color HEX #472275 Blue Diamond

📋 copy color: '#472275'

red 71 ◦ green 34 ◦ blue 117

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

Shades of Blue Diamond #472275

Tints of Blue Diamond #472275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 31.98%
G = 15.32%
B = 52.7%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472275 (or 0x472275) is known color: Blue Diamond. HEX triplet: 47, 22 and 75. RGB value is (71,34,117). Sum of RGB (Red+Green+Blue) = 71+34+117=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #472275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472275 is #B8DD8A. Grayscale: #363636. Windows color (decimal): -12115339 or 7676487. OLE color: 7676487.

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

Color convert

RGB 71 34 117 -
CMYK 0.39 0.71 0 0.54
HSL 266.75º 0.55% 0.3% -
HSV(B) 266.75º 0.71% 0.46% -
XYZ 6.38 3.77 17.22 -
YUV 54.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 71 34 117 0.39 0.71 0 0.54 266.75 0.55 0.3
Hex 47 22 75 27 47 0 36 10B 37 1E
Octal 107 42 165 47 107 0 66 413 67 36
Binary 1000111 100010 1110101 100111 1000111 0 110110 100001011 110111 11110

Color Harmonies of #472275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472275

Black with #472275

Text Example


Text Example

White with #472275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472275; }

 p { color: rgb(71,34,117); }

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

background-color css

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

 a { background-color: rgb(71,34,117); }

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

border-color css

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

 span { border-color: rgb(71,34,117); }

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