Html Css Color HEX #472469 Blue Diamond

📋 copy color: '#472469'

red 71 ◦ green 36 ◦ blue 105

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

Shades of Blue Diamond #472469

Tints of Blue Diamond #472469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 33.49%
G = 16.98%
B = 49.53%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472469 (or 0x472469) is known color: Blue Diamond. HEX triplet: 47, 24 and 69. RGB value is (71,36,105). Sum of RGB (Red+Green+Blue) = 71+36+105=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #472469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472469 is #B8DB96. Grayscale: #363636. Windows color (decimal): -12114839 or 6890567. OLE color: 6890567.

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

Color convert

RGB 71 36 105 -
CMYK 0.32 0.66 0 0.59
HSL 270.43º 0.49% 0.28% -
HSV(B) 270.43º 0.66% 0.41% -
XYZ 5.78 3.62 13.76 -
YUV 54.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 71 36 105 0.32 0.66 0 0.59 270.43 0.49 0.28
Hex 47 24 69 20 42 0 3B 10E 31 1C
Octal 107 44 151 40 102 0 73 416 61 34
Binary 1000111 100100 1101001 100000 1000010 0 111011 100001110 110001 11100

Color Harmonies of #472469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472469

Black with #472469

Text Example


Text Example

White with #472469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472469; }

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

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

background-color css

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

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

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

border-color css

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

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

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