Html Css Color HEX #471E77 Blue Diamond

📋 copy color: '#471E77'

red 71 ◦ green 30 ◦ blue 119

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

Shades of Blue Diamond #471E77

Tints of Blue Diamond #471E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

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

R = 32.27%
G = 13.64%
B = 54.09%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471E77 (or 0x471E77) is known color: Blue Diamond. HEX triplet: 47, 1E and 77. RGB value is (71,30,119). Sum of RGB (Red+Green+Blue) = 71+30+119=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #471E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E77 is #B8E188. Grayscale: #343434. Windows color (decimal): -12116361 or 7806535. OLE color: 7806535.

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

Color convert

RGB 71 30 119 -
CMYK 0.40 0.75 0 0.53
HSL 267.64º 0.6% 0.29% -
HSV(B) 267.64º 0.75% 0.47% -
XYZ 6.39 3.6 17.81 -
YUV 52.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 71 30 119 0.40 0.75 0 0.53 267.64 0.6 0.29
Hex 47 1E 77 28 4B 0 35 10C 3C 1D
Octal 107 36 167 50 113 0 65 414 74 35
Binary 1000111 11110 1110111 101000 1001011 0 110101 100001100 111100 11101

Color Harmonies of #471E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E77

Black with #471E77

Text Example


Text Example

White with #471E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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