Html Css Color HEX #461C71 Blue Diamond

📋 copy color: '#461C71'

red 70 ◦ green 28 ◦ blue 113

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

Shades of Blue Diamond #461C71

Tints of Blue Diamond #461C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 33.18%
G = 13.27%
B = 53.55%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461C71 (or 0x461C71) is known color: Blue Diamond. HEX triplet: 46, 1C and 71. RGB value is (70,28,113). Sum of RGB (Red+Green+Blue) = 70+28+113=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #461C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C71 is #B9E38E. Grayscale: #313131. Windows color (decimal): -12182415 or 7412806. OLE color: 7412806.

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

Color convert

RGB 70 28 113 -
CMYK 0.38 0.75 0 0.56
HSL 269.65º 0.6% 0.28% -
HSV(B) 269.65º 0.75% 0.44% -
XYZ 5.92 3.32 15.95 -
YUV 50.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 70 28 113 0.38 0.75 0 0.56 269.65 0.6 0.28
Hex 46 1C 71 26 4B 0 38 10E 3C 1C
Octal 106 34 161 46 113 0 70 416 74 34
Binary 1000110 11100 1110001 100110 1001011 0 111000 100001110 111100 11100

Color Harmonies of #461C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C71

Black with #461C71

Text Example


Text Example

White with #461C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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