Html Css Color HEX #464C81 Jacksons Purple

📋 copy color: '#464C81'

red 70 ◦ green 76 ◦ blue 129

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

Shades of Jacksons Purple #464C81

Tints of Jacksons Purple #464C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 25.45%
G = 27.64%
B = 46.91%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#464C81 (or 0x464C81) is known color: Jacksons Purple. HEX triplet: 46, 4C and 81. RGB value is (70,76,129). Sum of RGB (Red+Green+Blue) = 70+76+129=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #464C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C81 is #B9B37E. Grayscale: #505050. Windows color (decimal): -12170111 or 8473670. OLE color: 8473670.

HSL color Cylindrical-coordinate representation of color #464C81: hue angle of 233.9º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464C81 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 76 129 -
CMYK 0.46 0.41 0 0.49
HSL 233.9º 0.3% 0.39% -
HSV(B) 233.9º 0.46% 0.51% -
XYZ 9.07 8.06 21.85 -
YUV 80.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 70 76 129 0.46 0.41 0 0.49 233.9 0.3 0.39
Hex 46 4C 81 2E 29 0 31 EA 1E 27
Octal 106 114 201 56 51 0 61 352 36 47
Binary 1000110 1001100 10000001 101110 101001 0 110001 11101010 11110 100111

Color Harmonies of #464C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C81

Black with #464C81

Text Example


Text Example

White with #464C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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