Html Css Color HEX #461777 Blue Diamond

📋 copy color: '#461777'

red 70 ◦ green 23 ◦ blue 119

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

Shades of Blue Diamond #461777

Tints of Blue Diamond #461777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 33.02%
G = 10.85%
B = 56.13%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461777 (or 0x461777) is known color: Blue Diamond. HEX triplet: 46, 17 and 77. RGB value is (70,23,119). Sum of RGB (Red+Green+Blue) = 70+23+119=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #461777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461777 is #B9E888. Grayscale: #2F2F2F. Windows color (decimal): -12183689 or 7804742. OLE color: 7804742.

HSL color Cylindrical-coordinate representation of color #461777: hue angle of 269.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461777 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 23 119 -
CMYK 0.41 0.81 0 0.53
HSL 269.38º 0.68% 0.28% -
HSV(B) 269.38º 0.81% 0.47% -
XYZ 6.16 3.25 17.75 -
YUV 48 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 70 23 119 0.41 0.81 0 0.53 269.38 0.68 0.28
Hex 46 17 77 29 51 0 35 10D 44 1C
Octal 106 27 167 51 121 0 65 415 104 34
Binary 1000110 10111 1110111 101001 1010001 0 110101 100001101 1000100 11100

Color Harmonies of #461777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461777

Black with #461777

Text Example


Text Example

White with #461777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461777; }

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

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

background-color css

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

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

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

border-color css

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

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

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