Html Css Color HEX #474A7B Jacksons Purple

📋 copy color: '#474A7B'

red 71 ◦ green 74 ◦ blue 123

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

Shades of Jacksons Purple #474A7B

Tints of Jacksons Purple #474A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 26.49%
G = 27.61%
B = 45.9%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#474A7B (or 0x474A7B) is known color: Jacksons Purple. HEX triplet: 47, 4A and 7B. RGB value is (71,74,123). Sum of RGB (Red+Green+Blue) = 71+74+123=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #474A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A7B is #B8B584. Grayscale: #4E4E4E. Windows color (decimal): -12105093 or 8079943. OLE color: 8079943.

HSL color Cylindrical-coordinate representation of color #474A7B: hue angle of 236.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474A7B is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 74 123 -
CMYK 0.42 0.40 0 0.52
HSL 236.54º 0.27% 0.38% -
HSV(B) 236.54º 0.42% 0.48% -
XYZ 8.62 7.67 19.76 -
YUV 78.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 71 74 123 0.42 0.40 0 0.52 236.54 0.27 0.38
Hex 47 4A 7B 2A 28 0 34 ED 1B 26
Octal 107 112 173 52 50 0 64 355 33 46
Binary 1000111 1001010 1111011 101010 101000 0 110100 11101101 11011 100110

Color Harmonies of #474A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A7B

Black with #474A7B

Text Example


Text Example

White with #474A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A7B; }

 p { color: rgb(71,74,123); }

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

background-color css

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

 a { background-color: rgb(71,74,123); }

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

border-color css

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

 span { border-color: rgb(71,74,123); }

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