Html Css Color HEX #45467B Jacksons Purple

📋 copy color: '#45467B'

red 69 ◦ green 70 ◦ blue 123

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

Shades of Jacksons Purple #45467B

Tints of Jacksons Purple #45467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 123 (48.44% from 255) = 46.95%

R = 26.34%
G = 26.72%
B = 46.95%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#45467B (or 0x45467B) is known color: Jacksons Purple. HEX triplet: 45, 46 and 7B. RGB value is (69,70,123). Sum of RGB (Red+Green+Blue) = 69+70+123=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #45467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45467B is #BAB984. Grayscale: #4B4B4B. Windows color (decimal): -12237189 or 8078917. OLE color: 8078917.

HSL color Cylindrical-coordinate representation of color #45467B: hue angle of 238.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45467B is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 70 123 -
CMYK 0.44 0.43 0 0.52
HSL 238.89º 0.28% 0.38% -
HSV(B) 238.89º 0.44% 0.48% -
XYZ 8.22 7.08 19.67 -
YUV 75.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 69 70 123 0.44 0.43 0 0.52 238.89 0.28 0.38
Hex 45 46 7B 2C 2B 0 34 EF 1C 26
Octal 105 106 173 54 53 0 64 357 34 46
Binary 1000101 1000110 1111011 101100 101011 0 110100 11101111 11100 100110

Color Harmonies of #45467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45467B

Black with #45467B

Text Example


Text Example

White with #45467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,70,123); }

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

background-color css

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

 a { background-color: rgb(69,70,123); }

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

border-color css

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

 span { border-color: rgb(69,70,123); }

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