Html Css Color HEX #403462 Jacarta

📋 copy color: '#403462'

red 64 ◦ green 52 ◦ blue 98

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

Shades of Jacarta #403462

Tints of Jacarta #403462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 29.91%
G = 24.3%
B = 45.79%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403462 (or 0x403462) is known color: Jacarta. HEX triplet: 40, 34 and 62. RGB value is (64,52,98). Sum of RGB (Red+Green+Blue) = 64+52+98=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #403462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403462 is #BFCB9D. Grayscale: #3C3C3C. Windows color (decimal): -12569502 or 6435904. OLE color: 6435904.

HSL color Cylindrical-coordinate representation of color #403462: hue angle of 255.65º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403462 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 52 98 -
CMYK 0.35 0.47 0 0.62
HSL 255.65º 0.31% 0.29% -
HSV(B) 255.65º 0.47% 0.38% -
XYZ 5.55 4.43 12.12 -
YUV 60.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 64 52 98 0.35 0.47 0 0.62 255.65 0.31 0.29
Hex 40 34 62 23 2F 0 3E 100 1F 1D
Octal 100 64 142 43 57 0 76 400 37 35
Binary 1000000 110100 1100010 100011 101111 0 111110 100000000 11111 11101

Color Harmonies of #403462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403462

Black with #403462

Text Example


Text Example

White with #403462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403462; }

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

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

background-color css

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

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

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

border-color css

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

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

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