Html Css Color HEX #40476F Port Gore

📋 copy color: '#40476F'

red 64 ◦ green 71 ◦ blue 111

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

Shades of Port Gore #40476F

Tints of Port Gore #40476F

RGB

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

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

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

R = 26.02%
G = 28.86%
B = 45.12%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40476F (or 0x40476F) is known color: Port Gore. HEX triplet: 40, 47 and 6F. RGB value is (64,71,111). Sum of RGB (Red+Green+Blue) = 64+71+111=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #40476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476F is #BFB890. Grayscale: #494949. Windows color (decimal): -12564625 or 7292736. OLE color: 7292736.

HSL color Cylindrical-coordinate representation of color #40476F: hue angle of 231.06º 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 #40476F is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 71 111 -
CMYK 0.42 0.36 0 0.56
HSL 231.06º 0.27% 0.34% -
HSV(B) 231.06º 0.42% 0.44% -
XYZ 7.24 6.74 15.96 -
YUV 73.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 64 71 111 0.42 0.36 0 0.56 231.06 0.27 0.34
Hex 40 47 6F 2A 24 0 38 E7 1B 22
Octal 100 107 157 52 44 0 70 347 33 42
Binary 1000000 1000111 1101111 101010 100100 0 111000 11100111 11011 100010

Color Harmonies of #40476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40476F

Black with #40476F

Text Example


Text Example

White with #40476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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