Html Css Color HEX #463859 Jacarta

📋 copy color: '#463859'

red 70 ◦ green 56 ◦ blue 89

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

Shades of Jacarta #463859

Tints of Jacarta #463859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 32.56%
G = 26.05%
B = 41.4%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463859 (or 0x463859) is known color: Jacarta. HEX triplet: 46, 38 and 59. RGB value is (70,56,89). Sum of RGB (Red+Green+Blue) = 70+56+89=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #463859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463859 is #B9C7A6. Grayscale: #3F3F3F. Windows color (decimal): -12175271 or 5847110. OLE color: 5847110.

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

Color convert

RGB 70 56 89 -
CMYK 0.21 0.37 0 0.65
HSL 265.45º 0.23% 0.28% -
HSV(B) 265.45º 0.37% 0.35% -
XYZ 5.74 4.85 10.08 -
YUV 63.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 70 56 89 0.21 0.37 0 0.65 265.45 0.23 0.28
Hex 46 38 59 15 25 0 41 109 17 1C
Octal 106 70 131 25 45 0 101 411 27 34
Binary 1000110 111000 1011001 10101 100101 0 1000001 100001001 10111 11100

Color Harmonies of #463859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463859

Black with #463859

Text Example


Text Example

White with #463859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463859; }

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

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

background-color css

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

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

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

border-color css

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

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

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