Html Css Color HEX #471A6D Blue Diamond

📋 copy color: '#471A6D'

red 71 ◦ green 26 ◦ blue 109

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

Shades of Blue Diamond #471A6D

Tints of Blue Diamond #471A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 34.47%
G = 12.62%
B = 52.91%

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

#471A6D (or 0x471A6D) is known color: Blue Diamond. HEX triplet: 47, 1A and 6D. RGB value is (71,26,109). Sum of RGB (Red+Green+Blue) = 71+26+109=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #471A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A6D is #B8E592. Grayscale: #303030. Windows color (decimal): -12117395 or 7150151. OLE color: 7150151.

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

Color convert

RGB 71 26 109 -
CMYK 0.35 0.76 0 0.57
HSL 272.53º 0.61% 0.26% -
HSV(B) 272.53º 0.76% 0.43% -
XYZ 5.73 3.18 14.78 -
YUV 48.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 71 26 109 0.35 0.76 0 0.57 272.53 0.61 0.26
Hex 47 1A 6D 23 4C 0 39 111 3D 1A
Octal 107 32 155 43 114 0 71 421 75 32
Binary 1000111 11010 1101101 100011 1001100 0 111001 100010001 111101 11010

Color Harmonies of #471A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A6D

Black with #471A6D

Text Example


Text Example

White with #471A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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