Html Css Color HEX #471875 Blue Diamond

📋 copy color: '#471875'

red 71 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #471875

Tints of Blue Diamond #471875

RGB

 RED value IS 71 (28.13% 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 value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471875 (or 0x471875) is known color: 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

RGB 71 24 117 -
CMYK 0.39 0.79 0 0.54
HSL 270.32º 0.66% 0.28% -
HSV(B) 270.32º 0.79% 0.46% -
XYZ 6.14 3.28 17.14 -
YUV 48.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 71 24 117 0.39 0.79 0 0.54 270.32 0.66 0.28
Hex 47 18 75 27 4F 0 36 10E 42 1C
Octal 107 30 165 47 117 0 66 416 102 34
Binary 1000111 11000 1110101 100111 1001111 0 110110 100001110 1000010 11100

Color Harmonies of #471875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471875

Black with #471875

Text Example


Text Example

White with #471875

Text Example


Text Example

HTML Codes & Css Web 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>