Html Css Color HEX #461771 Blue Diamond

📋 copy color: '#461771'

red 70 ◦ green 23 ◦ blue 113

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

Shades of Blue Diamond #461771

Tints of Blue Diamond #461771

RGB

 RED value IS 70 (27.73% from 255) = 33.98%

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 33.98%
G = 11.17%
B = 54.85%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461771 (or 0x461771) is known color: Blue Diamond. HEX triplet: 46, 17 and 71. RGB value is (70,23,113). Sum of RGB (Red+Green+Blue) = 70+23+113=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #461771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461771 is #B9E88E. Grayscale: #2F2F2F. Windows color (decimal): -12183695 or 7411526. OLE color: 7411526.

HSL color Cylindrical-coordinate representation of color #461771: hue angle of 271.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461771 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 23 113 -
CMYK 0.38 0.80 0 0.56
HSL 271.33º 0.66% 0.27% -
HSV(B) 271.33º 0.8% 0.44% -
XYZ 5.81 3.11 15.92 -
YUV 47.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 70 23 113 0.38 0.80 0 0.56 271.33 0.66 0.27
Hex 46 17 71 26 50 0 38 10F 42 1B
Octal 106 27 161 46 120 0 70 417 102 33
Binary 1000110 10111 1110001 100110 1010000 0 111000 100001111 1000010 11011

Color Harmonies of #461771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461771

Black with #461771

Text Example


Text Example

White with #461771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461771; }

 p { color: rgb(70,23,113); }

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

background-color css

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

 a { background-color: rgb(70,23,113); }

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

border-color css

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

 span { border-color: rgb(70,23,113); }

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