Html Css Color HEX #461679 Blue Diamond

📋 copy color: '#461679'

red 70 ◦ green 22 ◦ blue 121

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

Shades of Blue Diamond #461679

Tints of Blue Diamond #461679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 32.86%
G = 10.33%
B = 56.81%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461679 (or 0x461679) is known color: Blue Diamond. HEX triplet: 46, 16 and 79. RGB value is (70,22,121). Sum of RGB (Red+Green+Blue) = 70+22+121=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #461679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461679 is #B9E986. Grayscale: #2F2F2F. Windows color (decimal): -12183943 or 7935558. OLE color: 7935558.

HSL color Cylindrical-coordinate representation of color #461679: hue angle of 269.09º 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 #461679 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 22 121 -
CMYK 0.42 0.82 0 0.53
HSL 269.09º 0.69% 0.28% -
HSV(B) 269.09º 0.82% 0.47% -
XYZ 6.26 3.26 18.39 -
YUV 47.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 70 22 121 0.42 0.82 0 0.53 269.09 0.69 0.28
Hex 46 16 79 2A 52 0 35 10D 45 1C
Octal 106 26 171 52 122 0 65 415 105 34
Binary 1000110 10110 1111001 101010 1010010 0 110101 100001101 1000101 11100

Color Harmonies of #461679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461679

Black with #461679

Text Example


Text Example

White with #461679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461679; }

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

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

background-color css

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

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

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

border-color css

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

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

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