Html Css Color HEX #45498B Jacksons Purple

📋 copy color: '#45498B'

red 69 ◦ green 73 ◦ blue 139

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

Shades of Jacksons Purple #45498B

Tints of Jacksons Purple #45498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 24.56%
G = 25.98%
B = 49.47%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45498B (or 0x45498B) is known color: Jacksons Purple. HEX triplet: 45, 49 and 8B. RGB value is (69,73,139). Sum of RGB (Red+Green+Blue) = 69+73+139=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #45498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45498B is #BAB674. Grayscale: #4F4F4F. Windows color (decimal): -12236405 or 9128261. OLE color: 9128261.

HSL color Cylindrical-coordinate representation of color #45498B: hue angle of 236.57º 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 #45498B is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 73 139 -
CMYK 0.50 0.47 0 0.45
HSL 236.57º 0.34% 0.41% -
HSV(B) 236.57º 0.5% 0.55% -
XYZ 9.5 7.89 25.45 -
YUV 79.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 69 73 139 0.50 0.47 0 0.45 236.57 0.34 0.41
Hex 45 49 8B 32 2F 0 2D ED 22 29
Octal 105 111 213 62 57 0 55 355 42 51
Binary 1000101 1001001 10001011 110010 101111 0 101101 11101101 100010 101001

Color Harmonies of #45498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45498B

Black with #45498B

Text Example


Text Example

White with #45498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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