Html Css Color HEX #46385A Jacarta

📋 copy color: '#46385A'

red 70 ◦ green 56 ◦ blue 90

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

Shades of Jacarta #46385A

Tints of Jacarta #46385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 32.41%
G = 25.93%
B = 41.67%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46385A (or 0x46385A) is known color: Jacarta. HEX triplet: 46, 38 and 5A. RGB value is (70,56,90). Sum of RGB (Red+Green+Blue) = 70+56+90=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #46385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46385A is #B9C7A5. Grayscale: #3F3F3F. Windows color (decimal): -12175270 or 5912646. OLE color: 5912646.

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

Color convert

RGB 70 56 90 -
CMYK 0.22 0.38 0 0.65
HSL 264.71º 0.23% 0.29% -
HSV(B) 264.71º 0.38% 0.35% -
XYZ 5.79 4.87 10.31 -
YUV 64.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 70 56 90 0.22 0.38 0 0.65 264.71 0.23 0.29
Hex 46 38 5A 16 26 0 41 109 17 1D
Octal 106 70 132 26 46 0 101 411 27 35
Binary 1000110 111000 1011010 10110 100110 0 1000001 100001001 10111 11101

Color Harmonies of #46385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46385A

Black with #46385A

Text Example


Text Example

White with #46385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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