Html Css Color HEX #461677 Blue Diamond

📋 copy color: '#461677'

red 70 ◦ green 22 ◦ blue 119

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

Shades of Blue Diamond #461677

Tints of Blue Diamond #461677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 33.18%
G = 10.43%
B = 56.4%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461677 (or 0x461677) is known color: Blue Diamond. HEX triplet: 46, 16 and 77. RGB value is (70,22,119). Sum of RGB (Red+Green+Blue) = 70+22+119=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #461677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461677 is #B9E988. Grayscale: #2F2F2F. Windows color (decimal): -12183945 or 7804486. OLE color: 7804486.

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

Color convert

RGB 70 22 119 -
CMYK 0.41 0.82 0 0.53
HSL 269.69º 0.69% 0.28% -
HSV(B) 269.69º 0.82% 0.47% -
XYZ 6.14 3.21 17.75 -
YUV 47.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 70 22 119 0.41 0.82 0 0.53 269.69 0.69 0.28
Hex 46 16 77 29 52 0 35 10E 45 1C
Octal 106 26 167 51 122 0 65 416 105 34
Binary 1000110 10110 1110111 101001 1010010 0 110101 100001110 1000101 11100

Color Harmonies of #461677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461677

Black with #461677

Text Example


Text Example

White with #461677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461677; }

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

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

background-color css

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

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

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

border-color css

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

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

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