Html Css Color HEX #40486F Port Gore

📋 copy color: '#40486F'

red 64 ◦ green 72 ◦ blue 111

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

Shades of Port Gore #40486F

Tints of Port Gore #40486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 25.91%
G = 29.15%
B = 44.94%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40486F (or 0x40486F) is known color: Port Gore. HEX triplet: 40, 48 and 6F. RGB value is (64,72,111). Sum of RGB (Red+Green+Blue) = 64+72+111=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #40486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486F is #BFB790. Grayscale: #494949. Windows color (decimal): -12564369 or 7292992. OLE color: 7292992.

HSL color Cylindrical-coordinate representation of color #40486F: hue angle of 229.79º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40486F is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 72 111 -
CMYK 0.42 0.35 0 0.56
HSL 229.79º 0.27% 0.34% -
HSV(B) 229.79º 0.42% 0.44% -
XYZ 7.3 6.87 15.98 -
YUV 74.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 64 72 111 0.42 0.35 0 0.56 229.79 0.27 0.34
Hex 40 48 6F 2A 23 0 38 E6 1B 22
Octal 100 110 157 52 43 0 70 346 33 42
Binary 1000000 1001000 1101111 101010 100011 0 111000 11100110 11011 100010

Color Harmonies of #40486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40486F

Black with #40486F

Text Example


Text Example

White with #40486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40486F; }

 p { color: rgb(64,72,111); }

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

background-color css

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

 a { background-color: rgb(64,72,111); }

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

border-color css

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

 span { border-color: rgb(64,72,111); }

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