Html Css Color HEX #46447D Jacksons Purple

📋 copy color: '#46447D'

red 70 ◦ green 68 ◦ blue 125

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

Shades of Jacksons Purple #46447D

Tints of Jacksons Purple #46447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 26.62%
G = 25.86%
B = 47.53%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46447D (or 0x46447D) is known color: Jacksons Purple. HEX triplet: 46, 44 and 7D. RGB value is (70,68,125). Sum of RGB (Red+Green+Blue) = 70+68+125=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #46447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46447D is #B9BB82. Grayscale: #4A4A4A. Windows color (decimal): -12172163 or 8209478. OLE color: 8209478.

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

Color convert

RGB 70 68 125 -
CMYK 0.44 0.46 0 0.51
HSL 242.11º 0.3% 0.38% -
HSV(B) 242.11º 0.46% 0.49% -
XYZ 8.29 6.92 20.3 -
YUV 75.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 70 68 125 0.44 0.46 0 0.51 242.11 0.3 0.38
Hex 46 44 7D 2C 2E 0 33 F2 1E 26
Octal 106 104 175 54 56 0 63 362 36 46
Binary 1000110 1000100 1111101 101100 101110 0 110011 11110010 11110 100110

Color Harmonies of #46447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46447D

Black with #46447D

Text Example


Text Example

White with #46447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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