Html Css Color HEX #454B8A Jacksons Purple

📋 copy color: '#454B8A'

red 69 ◦ green 75 ◦ blue 138

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

Shades of Jacksons Purple #454B8A

Tints of Jacksons Purple #454B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 24.47%
G = 26.6%
B = 48.94%

CMYK

 C value IS 0.5

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#454B8A (or 0x454B8A) is known color: Jacksons Purple. HEX triplet: 45, 4B and 8A. RGB value is (69,75,138). Sum of RGB (Red+Green+Blue) = 69+75+138=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #454B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B8A is #BAB475. Grayscale: #505050. Windows color (decimal): -12235894 or 9063237. OLE color: 9063237.

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

Color convert

RGB 69 75 138 -
CMYK 0.5 0.46 0 0.46
HSL 234.78º 0.33% 0.41% -
HSV(B) 234.78º 0.5% 0.54% -
XYZ 9.56 8.13 25.11 -
YUV 80.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 69 75 138 0.5 0.46 0 0.46 234.78 0.33 0.41
Hex 45 4B 8A 32 2E 0 2E EB 21 29
Octal 105 113 212 62 56 0 56 353 41 51
Binary 1000101 1001011 10001010 110010 101110 0 101110 11101011 100001 101001

Color Harmonies of #454B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B8A

Black with #454B8A

Text Example


Text Example

White with #454B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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