#471875

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

Shades of Blue Diamond #471875

Tints of Blue Diamond #471875

Color information

#471875 (or 0x471875) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 75. RGB value is (71,24,117). Sum of RGB (Red+Green+Blue) = 71+24+117=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #471875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471875 is #B8E78A. Grayscale: #303030. Windows color (decimal): -12117899 or 7673927. OLE color: 7673927.

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

Color convert

RGB7124117-
CMYK0.390.7900.54
HSL270.32º65.96%27.65%-
HSV(B)270.32º79.49%45.88%-
XYZ6.143.2817.14-
YUV48.66166.57143.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=33.49%
G=11.32%
B=55.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71241170.390.7900.54270.3265.9627.65
Hex471875274F03610e421c
Octal107301654711706641610234
Binary100011111000111010110011110011110110110100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471875; }

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

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

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

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

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

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

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

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