#471877

Color #471877 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #471877

Tints of Blue Diamond #471877

Color information

#471877 (or 0x471877) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 77. RGB value is (71,24,119). Sum of RGB (Red+Green+Blue) = 71+24+119=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #471877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471877 is #B8E788. Grayscale: #303030. Windows color (decimal): -12117897 or 7804999. OLE color: 7804999.

HSL color Cylindrical-coordinate representation of color #471877: hue angle of 269.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471877 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7124119-
CMYK0.400.8000.53
HSL269.68º66.43%28.04%-
HSV(B)269.68º79.83%46.67%-
XYZ6.253.3217.76-
YUV48.88167.57143.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=33.18%
G=11.21%
B=55.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71241190.400.8000.53269.6866.4328.04
Hex471877285003510e421c
Octal107301675012006541610234
Binary100011111000111011110100010100000110101100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471877; }

 p { color: rgb(71,24,119); }

 H1.HeaderClassName
 {
   color: #471877;
 }
 .AnyTagClassName
 {
   color: #471877;
 }
</style>
background-color css

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

 a { background-color: rgb(71,24,119); }

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

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

 span { border-color: rgb(71,24,119); }

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