Html Css Color HEX #404966 Port Gore

📋 copy color: '#404966'

red 64 ◦ green 73 ◦ blue 102

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

Shades of Port Gore #404966

Tints of Port Gore #404966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 26.78%
G = 30.54%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404966 (or 0x404966) is known color: Port Gore. HEX triplet: 40, 49 and 66. RGB value is (64,73,102). Sum of RGB (Red+Green+Blue) = 64+73+102=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #404966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404966 is #BFB699. Grayscale: #494949. Windows color (decimal): -12564122 or 6703424. OLE color: 6703424.

HSL color Cylindrical-coordinate representation of color #404966: hue angle of 225.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404966 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 73 102 -
CMYK 0.37 0.28 0 0.6
HSL 225.79º 0.23% 0.33% -
HSV(B) 225.79º 0.37% 0.4% -
XYZ 6.9 6.81 13.52 -
YUV 73.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 64 73 102 0.37 0.28 0 0.6 225.79 0.23 0.33
Hex 40 49 66 25 1C 0 3C E2 17 21
Octal 100 111 146 45 34 0 74 342 27 41
Binary 1000000 1001001 1100110 100101 11100 0 111100 11100010 10111 100001

Color Harmonies of #404966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404966

Black with #404966

Text Example


Text Example

White with #404966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404966; }

 p { color: rgb(64,73,102); }

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

background-color css

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

 a { background-color: rgb(64,73,102); }

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

border-color css

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

 span { border-color: rgb(64,73,102); }

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