Html Css Color HEX #46196A Blue Diamond

📋 copy color: '#46196A'

red 70 ◦ green 25 ◦ blue 106

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

Shades of Blue Diamond #46196A

Tints of Blue Diamond #46196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 106 (41.8% from 255) = 52.74%

R = 34.83%
G = 12.44%
B = 52.74%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46196A (or 0x46196A) is known color: Blue Diamond. HEX triplet: 46, 19 and 6A. RGB value is (70,25,106). Sum of RGB (Red+Green+Blue) = 70+25+106=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #46196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46196A is #B9E695. Grayscale: #2F2F2F. Windows color (decimal): -12183190 or 6953286. OLE color: 6953286.

HSL color Cylindrical-coordinate representation of color #46196A: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46196A is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 25 106 -
CMYK 0.34 0.76 0 0.58
HSL 273.33º 0.62% 0.26% -
HSV(B) 273.33º 0.76% 0.42% -
XYZ 5.47 3.04 13.93 -
YUV 47.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 70 25 106 0.34 0.76 0 0.58 273.33 0.62 0.26
Hex 46 19 6A 22 4C 0 3A 111 3E 1A
Octal 106 31 152 42 114 0 72 421 76 32
Binary 1000110 11001 1101010 100010 1001100 0 111010 100010001 111110 11010

Color Harmonies of #46196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46196A

Black with #46196A

Text Example


Text Example

White with #46196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46196A; }

 p { color: rgb(70,25,106); }

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

background-color css

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

 a { background-color: rgb(70,25,106); }

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

border-color css

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

 span { border-color: rgb(70,25,106); }

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