Html Css Color HEX #46375A Jacarta

📋 copy color: '#46375A'

red 70 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #46375A

Tints of Jacarta #46375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

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

R = 32.56%
G = 25.58%
B = 41.86%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46375A (or 0x46375A) is known color: Jacarta. HEX triplet: 46, 37 and 5A. RGB value is (70,55,90). Sum of RGB (Red+Green+Blue) = 70+55+90=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #46375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375A is #B9C8A5. Grayscale: #3F3F3F. Windows color (decimal): -12175526 or 5912390. OLE color: 5912390.

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

Color convert

RGB 70 55 90 -
CMYK 0.22 0.39 0 0.65
HSL 265.71º 0.24% 0.28% -
HSV(B) 265.71º 0.39% 0.35% -
XYZ 5.74 4.77 10.29 -
YUV 63.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 70 55 90 0.22 0.39 0 0.65 265.71 0.24 0.28
Hex 46 37 5A 16 27 0 41 10A 18 1C
Octal 106 67 132 26 47 0 101 412 30 34
Binary 1000110 110111 1011010 10110 100111 0 1000001 100001010 11000 11100

Color Harmonies of #46375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46375A

Black with #46375A

Text Example


Text Example

White with #46375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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