Html Css Color HEX #45488B Jacksons Purple

📋 copy color: '#45488B'

red 69 ◦ green 72 ◦ blue 139

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

Shades of Jacksons Purple #45488B

Tints of Jacksons Purple #45488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 24.64%
G = 25.71%
B = 49.64%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45488B (or 0x45488B) is known color: Jacksons Purple. HEX triplet: 45, 48 and 8B. RGB value is (69,72,139). Sum of RGB (Red+Green+Blue) = 69+72+139=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #45488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45488B is #BAB774. Grayscale: #4E4E4E. Windows color (decimal): -12236661 or 9128005. OLE color: 9128005.

HSL color Cylindrical-coordinate representation of color #45488B: hue angle of 237.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45488B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 72 139 -
CMYK 0.50 0.48 0 0.45
HSL 237.43º 0.34% 0.41% -
HSV(B) 237.43º 0.5% 0.55% -
XYZ 9.43 7.76 25.43 -
YUV 78.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 69 72 139 0.50 0.48 0 0.45 237.43 0.34 0.41
Hex 45 48 8B 32 30 0 2D ED 22 29
Octal 105 110 213 62 60 0 55 355 42 51
Binary 1000101 1001000 10001011 110010 110000 0 101101 11101101 100010 101001

Color Harmonies of #45488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45488B

Black with #45488B

Text Example


Text Example

White with #45488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45488B; }

 p { color: rgb(69,72,139); }

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

background-color css

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

 a { background-color: rgb(69,72,139); }

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

border-color css

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

 span { border-color: rgb(69,72,139); }

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