Html Css Color HEX #46266C Blue Diamond

📋 copy color: '#46266C'

red 70 ◦ green 38 ◦ blue 108

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

Shades of Blue Diamond #46266C

Tints of Blue Diamond #46266C

RGB

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

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

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

R = 32.41%
G = 17.59%
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

#46266C (or 0x46266C) is known color: Blue Diamond. HEX triplet: 46, 26 and 6C. RGB value is (70,38,108). Sum of RGB (Red+Green+Blue) = 70+38+108=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #46266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46266C is #B9D993. Grayscale: #373737. Windows color (decimal): -12179860 or 7087686. OLE color: 7087686.

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

Color convert

RGB 70 38 108 -
CMYK 0.35 0.65 0 0.58
HSL 267.43º 0.48% 0.29% -
HSV(B) 267.43º 0.65% 0.42% -
XYZ 5.93 3.77 14.6 -
YUV 55.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 70 38 108 0.35 0.65 0 0.58 267.43 0.48 0.29
Hex 46 26 6C 23 41 0 3A 10B 30 1D
Octal 106 46 154 43 101 0 72 413 60 35
Binary 1000110 100110 1101100 100011 1000001 0 111010 100001011 110000 11101

Color Harmonies of #46266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46266C

Black with #46266C

Text Example


Text Example

White with #46266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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