Html Css Color HEX #40445F Port Gore

📋 copy color: '#40445F'

red 64 ◦ green 68 ◦ blue 95

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

Shades of Port Gore #40445F

Tints of Port Gore #40445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 28.19%
G = 29.96%
B = 41.85%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40445F (or 0x40445F) is known color: Port Gore. HEX triplet: 40, 44 and 5F. RGB value is (64,68,95). Sum of RGB (Red+Green+Blue) = 64+68+95=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #40445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40445F is #BFBBA0. Grayscale: #454545. Windows color (decimal): -12565409 or 6243392. OLE color: 6243392.

HSL color Cylindrical-coordinate representation of color #40445F: hue angle of 232.26º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40445F is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 68 95 -
CMYK 0.33 0.28 0 0.63
HSL 232.26º 0.19% 0.31% -
HSV(B) 232.26º 0.33% 0.37% -
XYZ 6.25 6.05 11.67 -
YUV 69.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 64 68 95 0.33 0.28 0 0.63 232.26 0.19 0.31
Hex 40 44 5F 21 1C 0 3F E8 13 1F
Octal 100 104 137 41 34 0 77 350 23 37
Binary 1000000 1000100 1011111 100001 11100 0 111111 11101000 10011 11111

Color Harmonies of #40445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40445F

Black with #40445F

Text Example


Text Example

White with #40445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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