Html Css Color HEX #472069 Blue Diamond

📋 copy color: '#472069'

red 71 ◦ green 32 ◦ blue 105

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

Shades of Blue Diamond #472069

Tints of Blue Diamond #472069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 34.13%
G = 15.38%
B = 50.48%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472069 (or 0x472069) is known color: Blue Diamond. HEX triplet: 47, 20 and 69. RGB value is (71,32,105). Sum of RGB (Red+Green+Blue) = 71+32+105=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #472069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472069 is #B8DF96. Grayscale: #333333. Windows color (decimal): -12115863 or 6889543. OLE color: 6889543.

HSL color Cylindrical-coordinate representation of color #472069: hue angle of 272.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472069 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 32 105 -
CMYK 0.32 0.70 0 0.59
HSL 272.05º 0.53% 0.27% -
HSV(B) 272.05º 0.7% 0.41% -
XYZ 5.66 3.39 13.72 -
YUV 51.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 71 32 105 0.32 0.70 0 0.59 272.05 0.53 0.27
Hex 47 20 69 20 46 0 3B 110 35 1B
Octal 107 40 151 40 106 0 73 420 65 33
Binary 1000111 100000 1101001 100000 1000110 0 111011 100010000 110101 11011

Color Harmonies of #472069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472069

Black with #472069

Text Example


Text Example

White with #472069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472069; }

 p { color: rgb(71,32,105); }

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

background-color css

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

 a { background-color: rgb(71,32,105); }

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

border-color css

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

 span { border-color: rgb(71,32,105); }

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