Html Css Color HEX #472366 Blue Diamond

📋 copy color: '#472366'

red 71 ◦ green 35 ◦ blue 102

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

Shades of Blue Diamond #472366

Tints of Blue Diamond #472366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 34.13%
G = 16.83%
B = 49.04%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472366 (or 0x472366) is known color: Blue Diamond. HEX triplet: 47, 23 and 66. RGB value is (71,35,102). Sum of RGB (Red+Green+Blue) = 71+35+102=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #472366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472366 is #B8DC99. Grayscale: #353535. Windows color (decimal): -12115098 or 6693703. OLE color: 6693703.

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

Color convert

RGB 71 35 102 -
CMYK 0.30 0.66 0 0.6
HSL 272.24º 0.49% 0.27% -
HSV(B) 272.24º 0.66% 0.4% -
XYZ 5.6 3.5 12.95 -
YUV 53.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 71 35 102 0.30 0.66 0 0.6 272.24 0.49 0.27
Hex 47 23 66 1E 42 0 3C 110 31 1B
Octal 107 43 146 36 102 0 74 420 61 33
Binary 1000111 100011 1100110 11110 1000010 0 111100 100010000 110001 11011

Color Harmonies of #472366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472366

Black with #472366

Text Example


Text Example

White with #472366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472366; }

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

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

background-color css

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

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

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

border-color css

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

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

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