Html Css Color HEX #472669 Blue Diamond

📋 copy color: '#472669'

red 71 ◦ green 38 ◦ blue 105

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

Shades of Blue Diamond #472669

Tints of Blue Diamond #472669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 33.18%
G = 17.76%
B = 49.07%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472669 (or 0x472669) is known color: Blue Diamond. HEX triplet: 47, 26 and 69. RGB value is (71,38,105). Sum of RGB (Red+Green+Blue) = 71+38+105=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #472669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472669 is #B8D996. Grayscale: #373737. Windows color (decimal): -12114327 or 6891079. OLE color: 6891079.

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

Color convert

RGB 71 38 105 -
CMYK 0.32 0.64 0 0.59
HSL 269.55º 0.47% 0.28% -
HSV(B) 269.55º 0.64% 0.41% -
XYZ 5.84 3.75 13.78 -
YUV 55.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 71 38 105 0.32 0.64 0 0.59 269.55 0.47 0.28
Hex 47 26 69 20 40 0 3B 10E 2F 1C
Octal 107 46 151 40 100 0 73 416 57 34
Binary 1000111 100110 1101001 100000 1000000 0 111011 100001110 101111 11100

Color Harmonies of #472669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472669

Black with #472669

Text Example


Text Example

White with #472669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472669; }

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

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

background-color css

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

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

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

border-color css

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

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

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