Html Css Color HEX #472468 Blue Diamond

📋 copy color: '#472468'

red 71 ◦ green 36 ◦ blue 104

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

Shades of Blue Diamond #472468

Tints of Blue Diamond #472468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 33.65%
G = 17.06%
B = 49.29%

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

#472468 (or 0x472468) is known color: Blue Diamond. HEX triplet: 47, 24 and 68. RGB value is (71,36,104). Sum of RGB (Red+Green+Blue) = 71+36+104=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #472468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472468 is #B8DB97. Grayscale: #353535. Windows color (decimal): -12114840 or 6825031. OLE color: 6825031.

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

Color convert

RGB 71 36 104 -
CMYK 0.32 0.65 0 0.59
HSL 270.88º 0.49% 0.27% -
HSV(B) 270.88º 0.65% 0.41% -
XYZ 5.73 3.6 13.49 -
YUV 54.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 71 36 104 0.32 0.65 0 0.59 270.88 0.49 0.27
Hex 47 24 68 20 41 0 3B 10F 31 1B
Octal 107 44 150 40 101 0 73 417 61 33
Binary 1000111 100100 1101000 100000 1000001 0 111011 100001111 110001 11011

Color Harmonies of #472468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472468

Black with #472468

Text Example


Text Example

White with #472468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472468; }

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

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

background-color css

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

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

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

border-color css

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

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

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