Html Css Color HEX #454B7B Jacksons Purple

📋 copy color: '#454B7B'

red 69 ◦ green 75 ◦ blue 123

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

Shades of Jacksons Purple #454B7B

Tints of Jacksons Purple #454B7B

RGB

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

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

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

R = 25.84%
G = 28.09%
B = 46.07%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#454B7B (or 0x454B7B) is known color: Jacksons Purple. HEX triplet: 45, 4B and 7B. RGB value is (69,75,123). Sum of RGB (Red+Green+Blue) = 69+75+123=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #454B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B7B is #BAB484. Grayscale: #4E4E4E. Windows color (decimal): -12235909 or 8080197. OLE color: 8080197.

HSL color Cylindrical-coordinate representation of color #454B7B: hue angle of 233.33º 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 #454B7B is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 75 123 -
CMYK 0.44 0.39 0 0.52
HSL 233.33º 0.28% 0.38% -
HSV(B) 233.33º 0.44% 0.48% -
XYZ 8.55 7.73 19.78 -
YUV 78.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 69 75 123 0.44 0.39 0 0.52 233.33 0.28 0.38
Hex 45 4B 7B 2C 27 0 34 E9 1C 26
Octal 105 113 173 54 47 0 64 351 34 46
Binary 1000101 1001011 1111011 101100 100111 0 110100 11101001 11100 100110

Color Harmonies of #454B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B7B

Black with #454B7B

Text Example


Text Example

White with #454B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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