Html Css Color HEX #46437D Jacksons Purple

📋 copy color: '#46437D'

red 70 ◦ green 67 ◦ blue 125

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

Shades of Jacksons Purple #46437D

Tints of Jacksons Purple #46437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 26.72%
G = 25.57%
B = 47.71%

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

#46437D (or 0x46437D) is known color: Jacksons Purple. HEX triplet: 46, 43 and 7D. RGB value is (70,67,125). Sum of RGB (Red+Green+Blue) = 70+67+125=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #46437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46437D is #B9BC82. Grayscale: #4A4A4A. Windows color (decimal): -12172419 or 8209222. OLE color: 8209222.

HSL color Cylindrical-coordinate representation of color #46437D: hue angle of 243.1º 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 #46437D is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 67 125 -
CMYK 0.44 0.46 0 0.51
HSL 243.1º 0.3% 0.38% -
HSV(B) 243.1º 0.46% 0.49% -
XYZ 8.23 6.8 20.28 -
YUV 74.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 70 67 125 0.44 0.46 0 0.51 243.1 0.3 0.38
Hex 46 43 7D 2C 2E 0 33 F3 1E 26
Octal 106 103 175 54 56 0 63 363 36 46
Binary 1000110 1000011 1111101 101100 101110 0 110011 11110011 11110 100110

Color Harmonies of #46437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46437D

Black with #46437D

Text Example


Text Example

White with #46437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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