Html Css Color HEX #461A71 Blue Diamond

📋 copy color: '#461A71'

red 70 ◦ green 26 ◦ blue 113

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

Shades of Blue Diamond #461A71

Tints of Blue Diamond #461A71

RGB

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

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

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

R = 33.49%
G = 12.44%
B = 54.07%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461A71 (or 0x461A71) is known color: Blue Diamond. HEX triplet: 46, 1A and 71. RGB value is (70,26,113). Sum of RGB (Red+Green+Blue) = 70+26+113=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #461A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A71 is #B9E58E. Grayscale: #303030. Windows color (decimal): -12182927 or 7412294. OLE color: 7412294.

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

Color convert

RGB 70 26 113 -
CMYK 0.38 0.77 0 0.56
HSL 270.34º 0.63% 0.27% -
HSV(B) 270.34º 0.77% 0.44% -
XYZ 5.88 3.23 15.94 -
YUV 49.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 70 26 113 0.38 0.77 0 0.56 270.34 0.63 0.27
Hex 46 1A 71 26 4D 0 38 10E 3F 1B
Octal 106 32 161 46 115 0 70 416 77 33
Binary 1000110 11010 1110001 100110 1001101 0 111000 100001110 111111 11011

Color Harmonies of #461A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A71

Black with #461A71

Text Example


Text Example

White with #461A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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