Html Css Color HEX #474988 Jacksons Purple

📋 copy color: '#474988'

red 71 ◦ green 73 ◦ blue 136

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

Shades of Jacksons Purple #474988

Tints of Jacksons Purple #474988

RGB

 RED value IS 71 (28.13% from 255) = 25.36%

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 136 (53.52% from 255) = 48.57%

R = 25.36%
G = 26.07%
B = 48.57%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#474988 (or 0x474988) is known color: Jacksons Purple. HEX triplet: 47, 49 and 88. RGB value is (71,73,136). Sum of RGB (Red+Green+Blue) = 71+73+136=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #474988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474988 is #B8B677. Grayscale: #4F4F4F. Windows color (decimal): -12105336 or 8931655. OLE color: 8931655.

HSL color Cylindrical-coordinate representation of color #474988: hue angle of 238.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #474988 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 73 136 -
CMYK 0.48 0.46 0 0.47
HSL 238.15º 0.31% 0.41% -
HSV(B) 238.15º 0.48% 0.53% -
XYZ 9.43 7.88 24.32 -
YUV 79.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 71 73 136 0.48 0.46 0 0.47 238.15 0.31 0.41
Hex 47 49 88 30 2E 0 2F EE 1F 29
Octal 107 111 210 60 56 0 57 356 37 51
Binary 1000111 1001001 10001000 110000 101110 0 101111 11101110 11111 101001

Color Harmonies of #474988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474988

Black with #474988

Text Example


Text Example

White with #474988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474988; }

 p { color: rgb(71,73,136); }

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

background-color css

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

 a { background-color: rgb(71,73,136); }

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

border-color css

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

 span { border-color: rgb(71,73,136); }

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