Html Css Color HEX #40446D Port Gore

📋 copy color: '#40446D'

red 64 ◦ green 68 ◦ blue 109

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

Shades of Port Gore #40446D

Tints of Port Gore #40446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 26.56%
G = 28.22%
B = 45.23%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40446D (or 0x40446D) is known color: Port Gore. HEX triplet: 40, 44 and 6D. RGB value is (64,68,109). Sum of RGB (Red+Green+Blue) = 64+68+109=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #40446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40446D is #BFBB92. Grayscale: #474747. Windows color (decimal): -12565395 or 7160896. OLE color: 7160896.

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

Color convert

RGB 64 68 109 -
CMYK 0.41 0.38 0 0.57
HSL 234.67º 0.26% 0.34% -
HSV(B) 234.67º 0.41% 0.43% -
XYZ 6.94 6.33 15.32 -
YUV 71.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 64 68 109 0.41 0.38 0 0.57 234.67 0.26 0.34
Hex 40 44 6D 29 26 0 39 EB 1A 22
Octal 100 104 155 51 46 0 71 353 32 42
Binary 1000000 1000100 1101101 101001 100110 0 111001 11101011 11010 100010

Color Harmonies of #40446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40446D

Black with #40446D

Text Example


Text Example

White with #40446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40446D; }

 p { color: rgb(64,68,109); }

 H1.HeaderClassName
 {
   color: #40446D;
 }
 .AnyTagClassName
 {
   color: #40446D;
 }
</style>

background-color css

<style>
 a { background-color: #40446D; }

 a { background-color: rgb(64,68,109); }

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

border-color css

<style>
 span { border-color: #40446D; }

 span { border-color: rgb(64,68,109); }

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