Html Css Color HEX #471A6E Blue Diamond

📋 copy color: '#471A6E'

red 71 ◦ green 26 ◦ blue 110

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

Shades of Blue Diamond #471A6E

Tints of Blue Diamond #471A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 34.3%
G = 12.56%
B = 53.14%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#471A6E (or 0x471A6E) is known color: Blue Diamond. HEX triplet: 47, 1A and 6E. RGB value is (71,26,110). Sum of RGB (Red+Green+Blue) = 71+26+110=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #471A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A6E is #B8E591. Grayscale: #303030. Windows color (decimal): -12117394 or 7215687. OLE color: 7215687.

HSL color Cylindrical-coordinate representation of color #471A6E: hue angle of 272.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471A6E is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 26 110 -
CMYK 0.35 0.76 0 0.57
HSL 272.14º 0.62% 0.27% -
HSV(B) 272.14º 0.76% 0.43% -
XYZ 5.78 3.2 15.07 -
YUV 49.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 71 26 110 0.35 0.76 0 0.57 272.14 0.62 0.27
Hex 47 1A 6E 23 4C 0 39 110 3E 1B
Octal 107 32 156 43 114 0 71 420 76 33
Binary 1000111 11010 1101110 100011 1001100 0 111001 100010000 111110 11011

Color Harmonies of #471A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A6E

Black with #471A6E

Text Example


Text Example

White with #471A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,110); }

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

background-color css

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

 a { background-color: rgb(71,26,110); }

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

border-color css

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

 span { border-color: rgb(71,26,110); }

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