Html Css Color HEX #472269 Blue Diamond

📋 copy color: '#472269'

red 71 ◦ green 34 ◦ blue 105

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

Shades of Blue Diamond #472269

Tints of Blue Diamond #472269

RGB

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

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

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

R = 33.81%
G = 16.19%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472269 (or 0x472269) is known color: Blue Diamond. HEX triplet: 47, 22 and 69. RGB value is (71,34,105). Sum of RGB (Red+Green+Blue) = 71+34+105=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #472269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472269 is #B8DD96. Grayscale: #343434. Windows color (decimal): -12115351 or 6890055. OLE color: 6890055.

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

Color convert

RGB 71 34 105 -
CMYK 0.32 0.68 0 0.59
HSL 271.27º 0.51% 0.27% -
HSV(B) 271.27º 0.68% 0.41% -
XYZ 5.72 3.5 13.74 -
YUV 53.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 71 34 105 0.32 0.68 0 0.59 271.27 0.51 0.27
Hex 47 22 69 20 44 0 3B 10F 33 1B
Octal 107 42 151 40 104 0 73 417 63 33
Binary 1000111 100010 1101001 100000 1000100 0 111011 100001111 110011 11011

Color Harmonies of #472269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472269

Black with #472269

Text Example


Text Example

White with #472269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472269; }

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

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

background-color css

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

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

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

border-color css

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

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

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