Html Css Color HEX #472869 Blue Diamond

📋 copy color: '#472869'

red 71 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #472869

Tints of Blue Diamond #472869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 32.87%
G = 18.52%
B = 48.61%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472869 (or 0x472869) is known color: Blue Diamond. HEX triplet: 47, 28 and 69. RGB value is (71,40,105). Sum of RGB (Red+Green+Blue) = 71+40+105=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #472869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472869 is #B8D796. Grayscale: #383838. Windows color (decimal): -12113815 or 6891591. OLE color: 6891591.

HSL color Cylindrical-coordinate representation of color #472869: hue angle of 268.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472869 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 40 105 -
CMYK 0.32 0.62 0 0.59
HSL 268.62º 0.45% 0.28% -
HSV(B) 268.62º 0.62% 0.41% -
XYZ 5.91 3.88 13.8 -
YUV 56.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 71 40 105 0.32 0.62 0 0.59 268.62 0.45 0.28
Hex 47 28 69 20 3E 0 3B 10D 2D 1C
Octal 107 50 151 40 76 0 73 415 55 34
Binary 1000111 101000 1101001 100000 111110 0 111011 100001101 101101 11100

Color Harmonies of #472869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472869

Black with #472869

Text Example


Text Example

White with #472869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472869; }

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

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

background-color css

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

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

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

border-color css

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

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

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