Html Css Color HEX #46256B Blue Diamond

📋 copy color: '#46256B'

red 70 ◦ green 37 ◦ blue 107

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

Shades of Blue Diamond #46256B

Tints of Blue Diamond #46256B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 32.71%
G = 17.29%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46256B (or 0x46256B) is known color: Blue Diamond. HEX triplet: 46, 25 and 6B. RGB value is (70,37,107). Sum of RGB (Red+Green+Blue) = 70+37+107=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #46256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46256B is #B9DA94. Grayscale: #363636. Windows color (decimal): -12180117 or 7021894. OLE color: 7021894.

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

Color convert

RGB 70 37 107 -
CMYK 0.35 0.65 0 0.58
HSL 268.29º 0.49% 0.28% -
HSV(B) 268.29º 0.65% 0.42% -
XYZ 5.84 3.69 14.31 -
YUV 54.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 70 37 107 0.35 0.65 0 0.58 268.29 0.49 0.28
Hex 46 25 6B 23 41 0 3A 10C 31 1C
Octal 106 45 153 43 101 0 72 414 61 34
Binary 1000110 100101 1101011 100011 1000001 0 111010 100001100 110001 11100

Color Harmonies of #46256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46256B

Black with #46256B

Text Example


Text Example

White with #46256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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