Html Css Color HEX #464C88 Jacksons Purple

📋 copy color: '#464C88'

red 70 ◦ green 76 ◦ blue 136

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

Shades of Jacksons Purple #464C88

Tints of Jacksons Purple #464C88

RGB

 RED value IS 70 (27.73% from 255) = 24.82%

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

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 24.82%
G = 26.95%
B = 48.23%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#464C88 (or 0x464C88) is known color: Jacksons Purple. HEX triplet: 46, 4C and 88. RGB value is (70,76,136). Sum of RGB (Red+Green+Blue) = 70+76+136=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #464C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C88 is #B9B377. Grayscale: #505050. Windows color (decimal): -12170104 or 8932422. OLE color: 8932422.

HSL color Cylindrical-coordinate representation of color #464C88: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464C88 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 76 136 -
CMYK 0.49 0.44 0 0.47
HSL 234.55º 0.32% 0.4% -
HSV(B) 234.55º 0.49% 0.53% -
XYZ 9.55 8.25 24.38 -
YUV 81.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 70 76 136 0.49 0.44 0 0.47 234.55 0.32 0.4
Hex 46 4C 88 31 2C 0 2F EB 20 28
Octal 106 114 210 61 54 0 57 353 40 50
Binary 1000110 1001100 10001000 110001 101100 0 101111 11101011 100000 101000

Color Harmonies of #464C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C88

Black with #464C88

Text Example


Text Example

White with #464C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C88; }

 p { color: rgb(70,76,136); }

 H1.HeaderClassName
 {
   color: #464C88;
 }
 .AnyTagClassName
 {
   color: #464C88;
 }
</style>

background-color css

<style>
 a { background-color: #464C88; }

 a { background-color: rgb(70,76,136); }

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

border-color css

<style>
 span { border-color: #464C88; }

 span { border-color: rgb(70,76,136); }

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