Html Css Color HEX #454B89 Jacksons Purple

📋 copy color: '#454B89'

red 69 ◦ green 75 ◦ blue 137

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

Shades of Jacksons Purple #454B89

Tints of Jacksons Purple #454B89

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 24.56%
G = 26.69%
B = 48.75%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454B89 (or 0x454B89) is known color: Jacksons Purple. HEX triplet: 45, 4B and 89. RGB value is (69,75,137). Sum of RGB (Red+Green+Blue) = 69+75+137=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #454B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B89 is #BAB476. Grayscale: #505050. Windows color (decimal): -12235895 or 8997701. OLE color: 8997701.

HSL color Cylindrical-coordinate representation of color #454B89: hue angle of 234.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454B89 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 75 137 -
CMYK 0.50 0.45 0 0.46
HSL 234.71º 0.33% 0.4% -
HSV(B) 234.71º 0.5% 0.54% -
XYZ 9.49 8.1 24.73 -
YUV 80.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 69 75 137 0.50 0.45 0 0.46 234.71 0.33 0.4
Hex 45 4B 89 32 2D 0 2E EB 21 28
Octal 105 113 211 62 55 0 56 353 41 50
Binary 1000101 1001011 10001001 110010 101101 0 101110 11101011 100001 101000

Color Harmonies of #454B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B89

Black with #454B89

Text Example


Text Example

White with #454B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454B89; }

 p { color: rgb(69,75,137); }

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

background-color css

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

 a { background-color: rgb(69,75,137); }

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

border-color css

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

 span { border-color: rgb(69,75,137); }

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