Html Css Color HEX #454779 Jacksons Purple

📋 copy color: '#454779'

red 69 ◦ green 71 ◦ blue 121

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

Shades of Jacksons Purple #454779

Tints of Jacksons Purple #454779

RGB

 RED value IS 69 (27.34% from 255) = 26.44%

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 26.44%
G = 27.2%
B = 46.36%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454779 (or 0x454779) is known color: Jacksons Purple. HEX triplet: 45, 47 and 79. RGB value is (69,71,121). Sum of RGB (Red+Green+Blue) = 69+71+121=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #454779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454779 is #BAB886. Grayscale: #4B4B4B. Windows color (decimal): -12236935 or 7948101. OLE color: 7948101.

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

Color convert

RGB 69 71 121 -
CMYK 0.43 0.41 0 0.53
HSL 237.69º 0.27% 0.37% -
HSV(B) 237.69º 0.43% 0.47% -
XYZ 8.16 7.15 19.04 -
YUV 76.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 69 71 121 0.43 0.41 0 0.53 237.69 0.27 0.37
Hex 45 47 79 2B 29 0 35 EE 1B 25
Octal 105 107 171 53 51 0 65 356 33 45
Binary 1000101 1000111 1111001 101011 101001 0 110101 11101110 11011 100101

Color Harmonies of #454779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454779

Black with #454779

Text Example


Text Example

White with #454779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454779; }

 p { color: rgb(69,71,121); }

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

background-color css

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

 a { background-color: rgb(69,71,121); }

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

border-color css

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

 span { border-color: rgb(69,71,121); }

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