Html Css Color HEX #40496D Port Gore

📋 copy color: '#40496D'

red 64 ◦ green 73 ◦ blue 109

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

Shades of Port Gore #40496D

Tints of Port Gore #40496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 26.02%
G = 29.67%
B = 44.31%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40496D (or 0x40496D) is known color: Port Gore. HEX triplet: 40, 49 and 6D. RGB value is (64,73,109). Sum of RGB (Red+Green+Blue) = 64+73+109=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #40496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496D is #BFB692. Grayscale: #4A4A4A. Windows color (decimal): -12564115 or 7162176. OLE color: 7162176.

HSL color Cylindrical-coordinate representation of color #40496D: hue angle of 228º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40496D is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 73 109 -
CMYK 0.41 0.33 0 0.57
HSL 228º 0.26% 0.34% -
HSV(B) 228º 0.41% 0.43% -
XYZ 7.26 6.96 15.43 -
YUV 74.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 64 73 109 0.41 0.33 0 0.57 228 0.26 0.34
Hex 40 49 6D 29 21 0 39 E4 1A 22
Octal 100 111 155 51 41 0 71 344 32 42
Binary 1000000 1001001 1101101 101001 100001 0 111001 11100100 11010 100010

Color Harmonies of #40496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40496D

Black with #40496D

Text Example


Text Example

White with #40496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40496D; }

 p { color: rgb(64,73,109); }

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

background-color css

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

 a { background-color: rgb(64,73,109); }

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

border-color css

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

 span { border-color: rgb(64,73,109); }

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