Html Css Color HEX #471F77 Blue Diamond

📋 copy color: '#471F77'

red 71 ◦ green 31 ◦ blue 119

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

Shades of Blue Diamond #471F77

Tints of Blue Diamond #471F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 32.13%
G = 14.03%
B = 53.85%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471F77 (or 0x471F77) is known color: Blue Diamond. HEX triplet: 47, 1F and 77. RGB value is (71,31,119). Sum of RGB (Red+Green+Blue) = 71+31+119=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #471F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F77 is #B8E088. Grayscale: #343434. Windows color (decimal): -12116105 or 7806791. OLE color: 7806791.

HSL color Cylindrical-coordinate representation of color #471F77: hue angle of 267.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471F77 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 31 119 -
CMYK 0.40 0.74 0 0.53
HSL 267.27º 0.59% 0.29% -
HSV(B) 267.27º 0.74% 0.47% -
XYZ 6.42 3.65 17.82 -
YUV 52.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 71 31 119 0.40 0.74 0 0.53 267.27 0.59 0.29
Hex 47 1F 77 28 4A 0 35 10B 3B 1D
Octal 107 37 167 50 112 0 65 413 73 35
Binary 1000111 11111 1110111 101000 1001010 0 110101 100001011 111011 11101

Color Harmonies of #471F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F77

Black with #471F77

Text Example


Text Example

White with #471F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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