Html Css Color HEX #40466F Port Gore

📋 copy color: '#40466F'

red 64 ◦ green 70 ◦ blue 111

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

Shades of Port Gore #40466F

Tints of Port Gore #40466F

RGB

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

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

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

R = 26.12%
G = 28.57%
B = 45.31%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40466F (or 0x40466F) is known color: Port Gore. HEX triplet: 40, 46 and 6F. RGB value is (64,70,111). Sum of RGB (Red+Green+Blue) = 64+70+111=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #40466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40466F is #BFB990. Grayscale: #484848. Windows color (decimal): -12564881 or 7292480. OLE color: 7292480.

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

Color convert

RGB 64 70 111 -
CMYK 0.42 0.37 0 0.56
HSL 232.34º 0.27% 0.34% -
HSV(B) 232.34º 0.42% 0.44% -
XYZ 7.17 6.62 15.94 -
YUV 72.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 64 70 111 0.42 0.37 0 0.56 232.34 0.27 0.34
Hex 40 46 6F 2A 25 0 38 E8 1B 22
Octal 100 106 157 52 45 0 70 350 33 42
Binary 1000000 1000110 1101111 101010 100101 0 111000 11101000 11011 100010

Color Harmonies of #40466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40466F

Black with #40466F

Text Example


Text Example

White with #40466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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