Html Css Color HEX #454A85 Jacksons Purple

📋 copy color: '#454A85'

red 69 ◦ green 74 ◦ blue 133

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

Shades of Jacksons Purple #454A85

Tints of Jacksons Purple #454A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 25%
G = 26.81%
B = 48.19%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#454A85 (or 0x454A85) is known color: Jacksons Purple. HEX triplet: 45, 4A and 85. RGB value is (69,74,133). Sum of RGB (Red+Green+Blue) = 69+74+133=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #454A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A85 is #BAB57A. Grayscale: #4E4E4E. Windows color (decimal): -12236155 or 8735301. OLE color: 8735301.

HSL color Cylindrical-coordinate representation of color #454A85: hue angle of 235.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454A85 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 74 133 -
CMYK 0.48 0.44 0 0.48
HSL 235.31º 0.32% 0.4% -
HSV(B) 235.31º 0.48% 0.52% -
XYZ 9.14 7.86 23.23 -
YUV 79.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 69 74 133 0.48 0.44 0 0.48 235.31 0.32 0.4
Hex 45 4A 85 30 2C 0 30 EB 20 28
Octal 105 112 205 60 54 0 60 353 40 50
Binary 1000101 1001010 10000101 110000 101100 0 110000 11101011 100000 101000

Color Harmonies of #454A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A85

Black with #454A85

Text Example


Text Example

White with #454A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,74,133); }

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

background-color css

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

 a { background-color: rgb(69,74,133); }

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

border-color css

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

 span { border-color: rgb(69,74,133); }

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