Html Css Color HEX #46246B Blue Diamond

📋 copy color: '#46246B'

red 70 ◦ green 36 ◦ blue 107

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

Shades of Blue Diamond #46246B

Tints of Blue Diamond #46246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 107 (42.19% from 255) = 50.23%

R = 32.86%
G = 16.9%
B = 50.23%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46246B (or 0x46246B) is known color: Blue Diamond. HEX triplet: 46, 24 and 6B. RGB value is (70,36,107). Sum of RGB (Red+Green+Blue) = 70+36+107=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #46246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246B is #B9DB94. Grayscale: #363636. Windows color (decimal): -12180373 or 7021638. OLE color: 7021638.

HSL color Cylindrical-coordinate representation of color #46246B: hue angle of 268.73º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46246B is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 36 107 -
CMYK 0.35 0.66 0 0.58
HSL 268.73º 0.5% 0.28% -
HSV(B) 268.73º 0.66% 0.42% -
XYZ 5.81 3.63 14.3 -
YUV 54.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 70 36 107 0.35 0.66 0 0.58 268.73 0.5 0.28
Hex 46 24 6B 23 42 0 3A 10D 32 1C
Octal 106 44 153 43 102 0 72 415 62 34
Binary 1000110 100100 1101011 100011 1000010 0 111010 100001101 110010 11100

Color Harmonies of #46246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46246B

Black with #46246B

Text Example


Text Example

White with #46246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46246B; }

 p { color: rgb(70,36,107); }

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

background-color css

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

 a { background-color: rgb(70,36,107); }

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

border-color css

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

 span { border-color: rgb(70,36,107); }

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