Html Css Color HEX #471675 Blue Diamond

📋 copy color: '#471675'

red 71 ◦ green 22 ◦ blue 117

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

Shades of Blue Diamond #471675

Tints of Blue Diamond #471675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 33.81%
G = 10.48%
B = 55.71%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471675 (or 0x471675) is known color: Blue Diamond. HEX triplet: 47, 16 and 75. RGB value is (71,22,117). Sum of RGB (Red+Green+Blue) = 71+22+117=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #471675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471675 is #B8E98A. Grayscale: #2F2F2F. Windows color (decimal): -12118411 or 7673415. OLE color: 7673415.

HSL color Cylindrical-coordinate representation of color #471675: hue angle of 270.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471675 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 22 117 -
CMYK 0.39 0.81 0 0.54
HSL 270.95º 0.68% 0.27% -
HSV(B) 270.95º 0.81% 0.46% -
XYZ 6.1 3.2 17.13 -
YUV 47.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 71 22 117 0.39 0.81 0 0.54 270.95 0.68 0.27
Hex 47 16 75 27 51 0 36 10F 44 1B
Octal 107 26 165 47 121 0 66 417 104 33
Binary 1000111 10110 1110101 100111 1010001 0 110110 100001111 1000100 11011

Color Harmonies of #471675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471675

Black with #471675

Text Example


Text Example

White with #471675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471675; }

 p { color: rgb(71,22,117); }

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

background-color css

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

 a { background-color: rgb(71,22,117); }

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

border-color css

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

 span { border-color: rgb(71,22,117); }

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