Html Css Color HEX #40465F Port Gore

📋 copy color: '#40465F'

red 64 ◦ green 70 ◦ blue 95

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

Shades of Port Gore #40465F

Tints of Port Gore #40465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 27.95%
G = 30.57%
B = 41.48%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40465F (or 0x40465F) is known color: Port Gore. HEX triplet: 40, 46 and 5F. RGB value is (64,70,95). Sum of RGB (Red+Green+Blue) = 64+70+95=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #40465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40465F is #BFB9A0. Grayscale: #464646. Windows color (decimal): -12564897 or 6243904. OLE color: 6243904.

HSL color Cylindrical-coordinate representation of color #40465F: hue angle of 228.39º 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 #40465F is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 70 95 -
CMYK 0.33 0.26 0 0.63
HSL 228.39º 0.19% 0.31% -
HSV(B) 228.39º 0.33% 0.37% -
XYZ 6.37 6.3 11.71 -
YUV 71.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 64 70 95 0.33 0.26 0 0.63 228.39 0.19 0.31
Hex 40 46 5F 21 1A 0 3F E4 13 1F
Octal 100 106 137 41 32 0 77 344 23 37
Binary 1000000 1000110 1011111 100001 11010 0 111111 11100100 10011 11111

Color Harmonies of #40465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40465F

Black with #40465F

Text Example


Text Example

White with #40465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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