Html Css Color HEX #40496C Port Gore

📋 copy color: '#40496C'

red 64 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #40496C

Tints of Port Gore #40496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 26.12%
G = 29.8%
B = 44.08%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40496C (or 0x40496C) is known color: Port Gore. HEX triplet: 40, 49 and 6C. RGB value is (64,73,108). Sum of RGB (Red+Green+Blue) = 64+73+108=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #40496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40496C is #BFB693. Grayscale: #4A4A4A. Windows color (decimal): -12564116 or 7096640. OLE color: 7096640.

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

Color convert

RGB 64 73 108 -
CMYK 0.41 0.32 0 0.58
HSL 227.73º 0.26% 0.34% -
HSV(B) 227.73º 0.41% 0.42% -
XYZ 7.2 6.94 15.15 -
YUV 74.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 64 73 108 0.41 0.32 0 0.58 227.73 0.26 0.34
Hex 40 49 6C 29 20 0 3A E4 1A 22
Octal 100 111 154 51 40 0 72 344 32 42
Binary 1000000 1001001 1101100 101001 100000 0 111010 11100100 11010 100010

Color Harmonies of #40496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40496C

Black with #40496C

Text Example


Text Example

White with #40496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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