Html Css Color HEX #46266B Blue Diamond

📋 copy color: '#46266B'

red 70 ◦ green 38 ◦ blue 107

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

Shades of Blue Diamond #46266B

Tints of Blue Diamond #46266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 32.56%
G = 17.67%
B = 49.77%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46266B (or 0x46266B) is known color: Blue Diamond. HEX triplet: 46, 26 and 6B. RGB value is (70,38,107). Sum of RGB (Red+Green+Blue) = 70+38+107=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #46266B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46266B is #B9D994. Grayscale: #373737. Windows color (decimal): -12179861 or 7022150. OLE color: 7022150.

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

Color convert

RGB 70 38 107 -
CMYK 0.35 0.64 0 0.58
HSL 267.83º 0.48% 0.28% -
HSV(B) 267.83º 0.64% 0.42% -
XYZ 5.87 3.75 14.32 -
YUV 55.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 70 38 107 0.35 0.64 0 0.58 267.83 0.48 0.28
Hex 46 26 6B 23 40 0 3A 10C 30 1C
Octal 106 46 153 43 100 0 72 414 60 34
Binary 1000110 100110 1101011 100011 1000000 0 111010 100001100 110000 11100

Color Harmonies of #46266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46266B

Black with #46266B

Text Example


Text Example

White with #46266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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