Html Css Color HEX #46246C Blue Diamond

📋 copy color: '#46246C'

red 70 ◦ green 36 ◦ blue 108

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

Shades of Blue Diamond #46246C

Tints of Blue Diamond #46246C

RGB

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

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

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

R = 32.71%
G = 16.82%
B = 50.47%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46246C (or 0x46246C) is known color: Blue Diamond. HEX triplet: 46, 24 and 6C. RGB value is (70,36,108). Sum of RGB (Red+Green+Blue) = 70+36+108=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #46246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246C is #B9DB93. Grayscale: #363636. Windows color (decimal): -12180372 or 7087174. OLE color: 7087174.

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

Color convert

RGB 70 36 108 -
CMYK 0.35 0.67 0 0.58
HSL 268.33º 0.5% 0.28% -
HSV(B) 268.33º 0.67% 0.42% -
XYZ 5.86 3.65 14.58 -
YUV 54.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 70 36 108 0.35 0.67 0 0.58 268.33 0.5 0.28
Hex 46 24 6C 23 43 0 3A 10C 32 1C
Octal 106 44 154 43 103 0 72 414 62 34
Binary 1000110 100100 1101100 100011 1000011 0 111010 100001100 110010 11100

Color Harmonies of #46246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46246C

Black with #46246C

Text Example


Text Example

White with #46246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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