Html Css Color HEX #461676 Blue Diamond

📋 copy color: '#461676'

red 70 ◦ green 22 ◦ blue 118

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

Shades of Blue Diamond #461676

Tints of Blue Diamond #461676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 33.33%
G = 10.48%
B = 56.19%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461676 (or 0x461676) is known color: Blue Diamond. HEX triplet: 46, 16 and 76. RGB value is (70,22,118). Sum of RGB (Red+Green+Blue) = 70+22+118=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #461676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461676 is #B9E989. Grayscale: #2E2E2E. Windows color (decimal): -12183946 or 7738950. OLE color: 7738950.

HSL color Cylindrical-coordinate representation of color #461676: hue angle of 270º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461676 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 22 118 -
CMYK 0.41 0.81 0 0.54
HSL 270º 0.69% 0.27% -
HSV(B) 270º 0.81% 0.46% -
XYZ 6.08 3.18 17.43 -
YUV 47.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 70 22 118 0.41 0.81 0 0.54 270 0.69 0.27
Hex 46 16 76 29 51 0 36 10E 45 1B
Octal 106 26 166 51 121 0 66 416 105 33
Binary 1000110 10110 1110110 101001 1010001 0 110110 100001110 1000101 11011

Color Harmonies of #461676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461676

Black with #461676

Text Example


Text Example

White with #461676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461676; }

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

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

background-color css

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

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

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

border-color css

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

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

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