Html Css Color HEX #454C7F Jacksons Purple

📋 copy color: '#454C7F'

red 69 ◦ green 76 ◦ blue 127

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

Shades of Jacksons Purple #454C7F

Tints of Jacksons Purple #454C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 25.37%
G = 27.94%
B = 46.69%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#454C7F (or 0x454C7F) is known color: Jacksons Purple. HEX triplet: 45, 4C and 7F. RGB value is (69,76,127). Sum of RGB (Red+Green+Blue) = 69+76+127=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #454C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C7F is #BAB380. Grayscale: #4F4F4F. Windows color (decimal): -12235649 or 8342597. OLE color: 8342597.

HSL color Cylindrical-coordinate representation of color #454C7F: hue angle of 232.76º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454C7F is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 76 127 -
CMYK 0.46 0.40 0 0.50
HSL 232.76º 0.3% 0.38% -
HSV(B) 232.76º 0.46% 0.5% -
XYZ 8.87 7.97 21.15 -
YUV 79.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 69 76 127 0.46 0.40 0 0.50 232.76 0.3 0.38
Hex 45 4C 7F 2E 28 0 32 E9 1E 26
Octal 105 114 177 56 50 0 62 351 36 46
Binary 1000101 1001100 1111111 101110 101000 0 110010 11101001 11110 100110

Color Harmonies of #454C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C7F

Black with #454C7F

Text Example


Text Example

White with #454C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,76,127); }

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

background-color css

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

 a { background-color: rgb(69,76,127); }

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

border-color css

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

 span { border-color: rgb(69,76,127); }

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