Html Css Color HEX #40476C Port Gore

📋 copy color: '#40476C'

red 64 ◦ green 71 ◦ blue 108

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

Shades of Port Gore #40476C

Tints of Port Gore #40476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 26.34%
G = 29.22%
B = 44.44%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40476C (or 0x40476C) is known color: Port Gore. HEX triplet: 40, 47 and 6C. RGB value is (64,71,108). Sum of RGB (Red+Green+Blue) = 64+71+108=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #40476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40476C is #BFB893. Grayscale: #484848. Windows color (decimal): -12564628 or 7096128. OLE color: 7096128.

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

Color convert

RGB 64 71 108 -
CMYK 0.41 0.34 0 0.58
HSL 230.45º 0.26% 0.34% -
HSV(B) 230.45º 0.41% 0.42% -
XYZ 7.07 6.68 15.1 -
YUV 73.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 64 71 108 0.41 0.34 0 0.58 230.45 0.26 0.34
Hex 40 47 6C 29 22 0 3A E6 1A 22
Octal 100 107 154 51 42 0 72 346 32 42
Binary 1000000 1000111 1101100 101001 100010 0 111010 11100110 11010 100010

Color Harmonies of #40476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40476C

Black with #40476C

Text Example


Text Example

White with #40476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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