Html Css Color HEX #46316C Blue Diamond

📋 copy color: '#46316C'

red 70 ◦ green 49 ◦ blue 108

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

Shades of Blue Diamond #46316C

Tints of Blue Diamond #46316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 30.84%
G = 21.59%
B = 47.58%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46316C (or 0x46316C) is known color: Blue Diamond. HEX triplet: 46, 31 and 6C. RGB value is (70,49,108). Sum of RGB (Red+Green+Blue) = 70+49+108=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #46316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46316C is #B9CE93. Grayscale: #3D3D3D. Windows color (decimal): -12177044 or 7090502. OLE color: 7090502.

HSL color Cylindrical-coordinate representation of color #46316C: hue angle of 261.36º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46316C is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 49 108 -
CMYK 0.35 0.55 0 0.58
HSL 261.36º 0.38% 0.31% -
HSV(B) 261.36º 0.55% 0.42% -
XYZ 6.33 4.58 14.74 -
YUV 62.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 70 49 108 0.35 0.55 0 0.58 261.36 0.38 0.31
Hex 46 31 6C 23 37 0 3A 105 26 1F
Octal 106 61 154 43 67 0 72 405 46 37
Binary 1000110 110001 1101100 100011 110111 0 111010 100000101 100110 11111

Color Harmonies of #46316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46316C

Black with #46316C

Text Example


Text Example

White with #46316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46316C; }

 p { color: rgb(70,49,108); }

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

background-color css

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

 a { background-color: rgb(70,49,108); }

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

border-color css

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

 span { border-color: rgb(70,49,108); }

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