Html Css Color HEX #46196F Blue Diamond

📋 copy color: '#46196F'

red 70 ◦ green 25 ◦ blue 111

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

Shades of Blue Diamond #46196F

Tints of Blue Diamond #46196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.88%

R = 33.98%
G = 12.14%
B = 53.88%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46196F (or 0x46196F) is known color: Blue Diamond. HEX triplet: 46, 19 and 6F. RGB value is (70,25,111). Sum of RGB (Red+Green+Blue) = 70+25+111=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #46196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46196F is #B9E690. Grayscale: #2F2F2F. Windows color (decimal): -12183185 or 7280966. OLE color: 7280966.

HSL color Cylindrical-coordinate representation of color #46196F: hue angle of 271.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46196F is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 25 111 -
CMYK 0.37 0.77 0 0.56
HSL 271.4º 0.63% 0.27% -
HSV(B) 271.4º 0.77% 0.44% -
XYZ 5.74 3.15 15.34 -
YUV 48.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 70 25 111 0.37 0.77 0 0.56 271.4 0.63 0.27
Hex 46 19 6F 25 4D 0 38 10F 3F 1B
Octal 106 31 157 45 115 0 70 417 77 33
Binary 1000110 11001 1101111 100101 1001101 0 111000 100001111 111111 11011

Color Harmonies of #46196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46196F

Black with #46196F

Text Example


Text Example

White with #46196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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