Html Css Color HEX #40486A Port Gore

📋 copy color: '#40486A'

red 64 ◦ green 72 ◦ blue 106

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

Shades of Port Gore #40486A

Tints of Port Gore #40486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 26.45%
G = 29.75%
B = 43.8%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40486A (or 0x40486A) is known color: Port Gore. HEX triplet: 40, 48 and 6A. RGB value is (64,72,106). Sum of RGB (Red+Green+Blue) = 64+72+106=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #40486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40486A is #BFB795. Grayscale: #494949. Windows color (decimal): -12564374 or 6965312. OLE color: 6965312.

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

Color convert

RGB 64 72 106 -
CMYK 0.40 0.32 0 0.58
HSL 228.57º 0.25% 0.33% -
HSV(B) 228.57º 0.4% 0.42% -
XYZ 7.03 6.77 14.57 -
YUV 73.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 64 72 106 0.40 0.32 0 0.58 228.57 0.25 0.33
Hex 40 48 6A 28 20 0 3A E5 19 21
Octal 100 110 152 50 40 0 72 345 31 41
Binary 1000000 1001000 1101010 101000 100000 0 111010 11100101 11001 100001

Color Harmonies of #40486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40486A

Black with #40486A

Text Example


Text Example

White with #40486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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