Html Css Color HEX #46417B Jacksons Purple

📋 copy color: '#46417B'

red 70 ◦ green 65 ◦ blue 123

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

Shades of Jacksons Purple #46417B

Tints of Jacksons Purple #46417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 123 (48.44% from 255) = 47.67%

R = 27.13%
G = 25.19%
B = 47.67%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46417B (or 0x46417B) is known color: Jacksons Purple. HEX triplet: 46, 41 and 7B. RGB value is (70,65,123). Sum of RGB (Red+Green+Blue) = 70+65+123=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #46417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46417B is #B9BE84. Grayscale: #484848. Windows color (decimal): -12172933 or 8077638. OLE color: 8077638.

HSL color Cylindrical-coordinate representation of color #46417B: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46417B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 65 123 -
CMYK 0.43 0.47 0 0.52
HSL 245.17º 0.31% 0.37% -
HSV(B) 245.17º 0.47% 0.48% -
XYZ 7.99 6.51 19.57 -
YUV 73.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 70 65 123 0.43 0.47 0 0.52 245.17 0.31 0.37
Hex 46 41 7B 2B 2F 0 34 F5 1F 25
Octal 106 101 173 53 57 0 64 365 37 45
Binary 1000110 1000001 1111011 101011 101111 0 110100 11110101 11111 100101

Color Harmonies of #46417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46417B

Black with #46417B

Text Example


Text Example

White with #46417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46417B; }

 p { color: rgb(70,65,123); }

 H1.HeaderClassName
 {
   color: #46417B;
 }
 .AnyTagClassName
 {
   color: #46417B;
 }
</style>

background-color css

<style>
 a { background-color: #46417B; }

 a { background-color: rgb(70,65,123); }

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

border-color css

<style>
 span { border-color: #46417B; }

 span { border-color: rgb(70,65,123); }

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