Html Css Color HEX #472566 Blue Diamond

📋 copy color: '#472566'

red 71 ◦ green 37 ◦ blue 102

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

Shades of Blue Diamond #472566

Tints of Blue Diamond #472566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 33.81%
G = 17.62%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472566 (or 0x472566) is known color: Blue Diamond. HEX triplet: 47, 25 and 66. RGB value is (71,37,102). Sum of RGB (Red+Green+Blue) = 71+37+102=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #472566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472566 is #B8DA99. Grayscale: #363636. Windows color (decimal): -12114586 or 6694215. OLE color: 6694215.

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

Color convert

RGB 71 37 102 -
CMYK 0.30 0.64 0 0.6
HSL 271.38º 0.47% 0.27% -
HSV(B) 271.38º 0.64% 0.4% -
XYZ 5.66 3.62 12.97 -
YUV 54.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 71 37 102 0.30 0.64 0 0.6 271.38 0.47 0.27
Hex 47 25 66 1E 40 0 3C 10F 2F 1B
Octal 107 45 146 36 100 0 74 417 57 33
Binary 1000111 100101 1100110 11110 1000000 0 111100 100001111 101111 11011

Color Harmonies of #472566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472566

Black with #472566

Text Example


Text Example

White with #472566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472566; }

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

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

background-color css

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

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

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

border-color css

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

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

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