Html Css Color HEX #472569 Blue Diamond

📋 copy color: '#472569'

red 71 ◦ green 37 ◦ blue 105

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

Shades of Blue Diamond #472569

Tints of Blue Diamond #472569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 33.33%
G = 17.37%
B = 49.3%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472569 (or 0x472569) is known color: Blue Diamond. HEX triplet: 47, 25 and 69. RGB value is (71,37,105). Sum of RGB (Red+Green+Blue) = 71+37+105=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #472569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472569 is #B8DA96. Grayscale: #363636. Windows color (decimal): -12114583 or 6890823. OLE color: 6890823.

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

Color convert

RGB 71 37 105 -
CMYK 0.32 0.65 0 0.59
HSL 270º 0.48% 0.28% -
HSV(B) 270º 0.65% 0.41% -
XYZ 5.81 3.68 13.77 -
YUV 54.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 71 37 105 0.32 0.65 0 0.59 270 0.48 0.28
Hex 47 25 69 20 41 0 3B 10E 30 1C
Octal 107 45 151 40 101 0 73 416 60 34
Binary 1000111 100101 1101001 100000 1000001 0 111011 100001110 110000 11100

Color Harmonies of #472569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472569

Black with #472569

Text Example


Text Example

White with #472569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472569; }

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

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

background-color css

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

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

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

border-color css

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

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

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