Html Css Color HEX #46447C Jacksons Purple

📋 copy color: '#46447C'

red 70 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #46447C

Tints of Jacksons Purple #46447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 26.72%
G = 25.95%
B = 47.33%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46447C (or 0x46447C) is known color: Jacksons Purple. HEX triplet: 46, 44 and 7C. RGB value is (70,68,124). Sum of RGB (Red+Green+Blue) = 70+68+124=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #46447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46447C is #B9BB83. Grayscale: #4A4A4A. Windows color (decimal): -12172164 or 8143942. OLE color: 8143942.

HSL color Cylindrical-coordinate representation of color #46447C: hue angle of 242.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46447C is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 68 124 -
CMYK 0.44 0.45 0 0.51
HSL 242.14º 0.29% 0.38% -
HSV(B) 242.14º 0.45% 0.49% -
XYZ 8.23 6.89 19.97 -
YUV 74.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 70 68 124 0.44 0.45 0 0.51 242.14 0.29 0.38
Hex 46 44 7C 2C 2D 0 33 F2 1D 26
Octal 106 104 174 54 55 0 63 362 35 46
Binary 1000110 1000100 1111100 101100 101101 0 110011 11110010 11101 100110

Color Harmonies of #46447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46447C

Black with #46447C

Text Example


Text Example

White with #46447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,68,124); }

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

background-color css

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

 a { background-color: rgb(70,68,124); }

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

border-color css

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

 span { border-color: rgb(70,68,124); }

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