Html Css Color HEX #404962 Port Gore

📋 copy color: '#404962'

red 64 ◦ green 73 ◦ blue 98

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

Shades of Port Gore #404962

Tints of Port Gore #404962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 27.23%
G = 31.06%
B = 41.7%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404962 (or 0x404962) is known color: Port Gore. HEX triplet: 40, 49 and 62. RGB value is (64,73,98). Sum of RGB (Red+Green+Blue) = 64+73+98=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #404962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404962 is #BFB69D. Grayscale: #494949. Windows color (decimal): -12564126 or 6441280. OLE color: 6441280.

HSL color Cylindrical-coordinate representation of color #404962: hue angle of 224.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404962 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 73 98 -
CMYK 0.35 0.26 0 0.62
HSL 224.12º 0.21% 0.32% -
HSV(B) 224.12º 0.35% 0.38% -
XYZ 6.7 6.74 12.5 -
YUV 73.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 64 73 98 0.35 0.26 0 0.62 224.12 0.21 0.32
Hex 40 49 62 23 1A 0 3E E0 15 20
Octal 100 111 142 43 32 0 76 340 25 40
Binary 1000000 1001001 1100010 100011 11010 0 111110 11100000 10101 100000

Color Harmonies of #404962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404962

Black with #404962

Text Example


Text Example

White with #404962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404962; }

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

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

background-color css

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

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

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

border-color css

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

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

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