Html Css Color HEX #463959 Jacarta

📋 copy color: '#463959'

red 70 ◦ green 57 ◦ blue 89

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

Shades of Jacarta #463959

Tints of Jacarta #463959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 32.41%
G = 26.39%
B = 41.2%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463959 (or 0x463959) is known color: Jacarta. HEX triplet: 46, 39 and 59. RGB value is (70,57,89). Sum of RGB (Red+Green+Blue) = 70+57+89=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #463959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463959 is #B9C6A6. Grayscale: #404040. Windows color (decimal): -12175015 or 5847366. OLE color: 5847366.

HSL color Cylindrical-coordinate representation of color #463959: hue angle of 264.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463959 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 57 89 -
CMYK 0.21 0.36 0 0.65
HSL 264.38º 0.22% 0.29% -
HSV(B) 264.38º 0.36% 0.35% -
XYZ 5.79 4.95 10.1 -
YUV 64.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 70 57 89 0.21 0.36 0 0.65 264.38 0.22 0.29
Hex 46 39 59 15 24 0 41 108 16 1D
Octal 106 71 131 25 44 0 101 410 26 35
Binary 1000110 111001 1011001 10101 100100 0 1000001 100001000 10110 11101

Color Harmonies of #463959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463959

Black with #463959

Text Example


Text Example

White with #463959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463959; }

 p { color: rgb(70,57,89); }

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

background-color css

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

 a { background-color: rgb(70,57,89); }

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

border-color css

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

 span { border-color: rgb(70,57,89); }

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