Html Css Color HEX #46146E Blue Diamond

📋 copy color: '#46146E'

red 70 ◦ green 20 ◦ blue 110

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

Shades of Blue Diamond #46146E

Tints of Blue Diamond #46146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 110 (43.36% from 255) = 55%

R = 35%
G = 10%
B = 55%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46146E (or 0x46146E) is known color: Blue Diamond. HEX triplet: 46, 14 and 6E. RGB value is (70,20,110). Sum of RGB (Red+Green+Blue) = 70+20+110=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #46146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46146E is #B9EB91. Grayscale: #2C2C2C. Windows color (decimal): -12184466 or 7214150. OLE color: 7214150.

HSL color Cylindrical-coordinate representation of color #46146E: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46146E is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 20 110 -
CMYK 0.36 0.82 0 0.57
HSL 273.33º 0.69% 0.25% -
HSV(B) 273.33º 0.82% 0.43% -
XYZ 5.59 2.93 15.02 -
YUV 45.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 70 20 110 0.36 0.82 0 0.57 273.33 0.69 0.25
Hex 46 14 6E 24 52 0 39 111 45 19
Octal 106 24 156 44 122 0 71 421 105 31
Binary 1000110 10100 1101110 100100 1010010 0 111001 100010001 1000101 11001

Color Harmonies of #46146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46146E

Black with #46146E

Text Example


Text Example

White with #46146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46146E; }

 p { color: rgb(70,20,110); }

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

background-color css

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

 a { background-color: rgb(70,20,110); }

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

border-color css

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

 span { border-color: rgb(70,20,110); }

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