Html Css Color HEX #454688 Jacksons Purple

📋 copy color: '#454688'

red 69 ◦ green 70 ◦ blue 136

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

Shades of Jacksons Purple #454688

Tints of Jacksons Purple #454688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 25.09%
G = 25.45%
B = 49.45%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#454688 (or 0x454688) is known color: Jacksons Purple. HEX triplet: 45, 46 and 88. RGB value is (69,70,136). Sum of RGB (Red+Green+Blue) = 69+70+136=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #454688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454688 is #BAB977. Grayscale: #4C4C4C. Windows color (decimal): -12237176 or 8930885. OLE color: 8930885.

HSL color Cylindrical-coordinate representation of color #454688: hue angle of 239.1º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454688 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 70 136 -
CMYK 0.49 0.49 0 0.47
HSL 239.1º 0.33% 0.4% -
HSV(B) 239.1º 0.49% 0.53% -
XYZ 9.09 7.42 24.25 -
YUV 77.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 69 70 136 0.49 0.49 0 0.47 239.1 0.33 0.4
Hex 45 46 88 31 31 0 2F EF 21 28
Octal 105 106 210 61 61 0 57 357 41 50
Binary 1000101 1000110 10001000 110001 110001 0 101111 11101111 100001 101000

Color Harmonies of #454688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454688

Black with #454688

Text Example


Text Example

White with #454688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454688; }

 p { color: rgb(69,70,136); }

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

background-color css

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

 a { background-color: rgb(69,70,136); }

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

border-color css

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

 span { border-color: rgb(69,70,136); }

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