Html Css Color HEX #403456 Jacarta

📋 copy color: '#403456'

red 64 ◦ green 52 ◦ blue 86

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

Shades of Jacarta #403456

Tints of Jacarta #403456

RGB

 RED value IS 64 (25.39% from 255) = 31.68%

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 31.68%
G = 25.74%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403456 (or 0x403456) is known color: Jacarta. HEX triplet: 40, 34 and 56. RGB value is (64,52,86). Sum of RGB (Red+Green+Blue) = 64+52+86=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #403456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403456 is #BFCBA9. Grayscale: #3B3B3B. Windows color (decimal): -12569514 or 5649472. OLE color: 5649472.

HSL color Cylindrical-coordinate representation of color #403456: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403456 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 52 86 -
CMYK 0.26 0.40 0 0.66
HSL 261.18º 0.25% 0.27% -
HSV(B) 261.18º 0.4% 0.34% -
XYZ 5.02 4.22 9.35 -
YUV 59.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 64 52 86 0.26 0.40 0 0.66 261.18 0.25 0.27
Hex 40 34 56 1A 28 0 42 105 19 1B
Octal 100 64 126 32 50 0 102 405 31 33
Binary 1000000 110100 1010110 11010 101000 0 1000010 100000101 11001 11011

Color Harmonies of #403456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403456

Black with #403456

Text Example


Text Example

White with #403456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403456; }

 p { color: rgb(64,52,86); }

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

background-color css

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

 a { background-color: rgb(64,52,86); }

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

border-color css

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

 span { border-color: rgb(64,52,86); }

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