Html Css Color HEX #46447F Jacksons Purple

📋 copy color: '#46447F'

red 70 ◦ green 68 ◦ blue 127

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

Shades of Jacksons Purple #46447F

Tints of Jacksons Purple #46447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.92%

R = 26.42%
G = 25.66%
B = 47.92%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46447F (or 0x46447F) is known color: Jacksons Purple. HEX triplet: 46, 44 and 7F. RGB value is (70,68,127). Sum of RGB (Red+Green+Blue) = 70+68+127=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #46447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46447F is #B9BB80. Grayscale: #4B4B4B. Windows color (decimal): -12172161 or 8340550. OLE color: 8340550.

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

Color convert

RGB 70 68 127 -
CMYK 0.45 0.46 0 0.50
HSL 242.03º 0.3% 0.38% -
HSV(B) 242.03º 0.46% 0.5% -
XYZ 8.42 6.97 20.98 -
YUV 75.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 70 68 127 0.45 0.46 0 0.50 242.03 0.3 0.38
Hex 46 44 7F 2D 2E 0 32 F2 1E 26
Octal 106 104 177 55 56 0 62 362 36 46
Binary 1000110 1000100 1111111 101101 101110 0 110010 11110010 11110 100110

Color Harmonies of #46447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46447F

Black with #46447F

Text Example


Text Example

White with #46447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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