Html Css Color HEX #40486B Port Gore

📋 copy color: '#40486B'

red 64 ◦ green 72 ◦ blue 107

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

Shades of Port Gore #40486B

Tints of Port Gore #40486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 26.34%
G = 29.63%
B = 44.03%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40486B (or 0x40486B) is known color: Port Gore. HEX triplet: 40, 48 and 6B. RGB value is (64,72,107). Sum of RGB (Red+Green+Blue) = 64+72+107=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #40486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486B is #BFB794. Grayscale: #494949. Windows color (decimal): -12564373 or 7030848. OLE color: 7030848.

HSL color Cylindrical-coordinate representation of color #40486B: hue angle of 228.84º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40486B is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 72 107 -
CMYK 0.40 0.33 0 0.58
HSL 228.84º 0.25% 0.34% -
HSV(B) 228.84º 0.4% 0.42% -
XYZ 7.09 6.79 14.85 -
YUV 73.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 64 72 107 0.40 0.33 0 0.58 228.84 0.25 0.34
Hex 40 48 6B 28 21 0 3A E5 19 22
Octal 100 110 153 50 41 0 72 345 31 42
Binary 1000000 1001000 1101011 101000 100001 0 111010 11100101 11001 100010

Color Harmonies of #40486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40486B

Black with #40486B

Text Example


Text Example

White with #40486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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