Html Css Color HEX #472466 Blue Diamond

📋 copy color: '#472466'

red 71 ◦ green 36 ◦ blue 102

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

Shades of Blue Diamond #472466

Tints of Blue Diamond #472466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 33.97%
G = 17.22%
B = 48.8%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472466 (or 0x472466) is known color: Blue Diamond. HEX triplet: 47, 24 and 66. RGB value is (71,36,102). Sum of RGB (Red+Green+Blue) = 71+36+102=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #472466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472466 is #B8DB99. Grayscale: #353535. Windows color (decimal): -12114842 or 6693959. OLE color: 6693959.

HSL color Cylindrical-coordinate representation of color #472466: hue angle of 271.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472466 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 36 102 -
CMYK 0.30 0.65 0 0.6
HSL 271.82º 0.48% 0.27% -
HSV(B) 271.82º 0.65% 0.4% -
XYZ 5.63 3.56 12.96 -
YUV 53.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 71 36 102 0.30 0.65 0 0.6 271.82 0.48 0.27
Hex 47 24 66 1E 41 0 3C 110 30 1B
Octal 107 44 146 36 101 0 74 420 60 33
Binary 1000111 100100 1100110 11110 1000001 0 111100 100010000 110000 11011

Color Harmonies of #472466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472466

Black with #472466

Text Example


Text Example

White with #472466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472466; }

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

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

background-color css

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

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

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

border-color css

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

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

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