Html Css Color HEX #40476E Port Gore

📋 copy color: '#40476E'

red 64 ◦ green 71 ◦ blue 110

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

Shades of Port Gore #40476E

Tints of Port Gore #40476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 26.12%
G = 28.98%
B = 44.9%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40476E (or 0x40476E) is known color: Port Gore. HEX triplet: 40, 47 and 6E. RGB value is (64,71,110). Sum of RGB (Red+Green+Blue) = 64+71+110=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #40476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476E is #BFB891. Grayscale: #494949. Windows color (decimal): -12564626 or 7227200. OLE color: 7227200.

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

Color convert

RGB 64 71 110 -
CMYK 0.42 0.35 0 0.57
HSL 230.87º 0.26% 0.34% -
HSV(B) 230.87º 0.42% 0.43% -
XYZ 7.18 6.72 15.67 -
YUV 73.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 64 71 110 0.42 0.35 0 0.57 230.87 0.26 0.34
Hex 40 47 6E 2A 23 0 39 E7 1A 22
Octal 100 107 156 52 43 0 71 347 32 42
Binary 1000000 1000111 1101110 101010 100011 0 111001 11100111 11010 100010

Color Harmonies of #40476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40476E

Black with #40476E

Text Example


Text Example

White with #40476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40476E; }

 p { color: rgb(64,71,110); }

 H1.HeaderClassName
 {
   color: #40476E;
 }
 .AnyTagClassName
 {
   color: #40476E;
 }
</style>

background-color css

<style>
 a { background-color: #40476E; }

 a { background-color: rgb(64,71,110); }

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

border-color css

<style>
 span { border-color: #40476E; }

 span { border-color: rgb(64,71,110); }

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