Html Css Color HEX #404965 Port Gore

📋 copy color: '#404965'

red 64 ◦ green 73 ◦ blue 101

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

Shades of Port Gore #404965

Tints of Port Gore #404965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 26.89%
G = 30.67%
B = 42.44%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404965 (or 0x404965) is known color: Port Gore. HEX triplet: 40, 49 and 65. RGB value is (64,73,101). Sum of RGB (Red+Green+Blue) = 64+73+101=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #404965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404965 is #BFB69A. Grayscale: #494949. Windows color (decimal): -12564123 or 6637888. OLE color: 6637888.

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

Color convert

RGB 64 73 101 -
CMYK 0.37 0.28 0 0.60
HSL 225.41º 0.22% 0.32% -
HSV(B) 225.41º 0.37% 0.4% -
XYZ 6.85 6.79 13.26 -
YUV 73.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 64 73 101 0.37 0.28 0 0.60 225.41 0.22 0.32
Hex 40 49 65 25 1C 0 3C E1 16 20
Octal 100 111 145 45 34 0 74 341 26 40
Binary 1000000 1001001 1100101 100101 11100 0 111100 11100001 10110 100000

Color Harmonies of #404965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404965

Black with #404965

Text Example


Text Example

White with #404965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404965; }

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

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

background-color css

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

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

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

border-color css

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

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

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