Html Css Color HEX #404862 Port Gore

📋 copy color: '#404862'

red 64 ◦ green 72 ◦ blue 98

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

Shades of Port Gore #404862

Tints of Port Gore #404862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 27.35%
G = 30.77%
B = 41.88%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404862 (or 0x404862) is known color: Port Gore. HEX triplet: 40, 48 and 62. RGB value is (64,72,98). Sum of RGB (Red+Green+Blue) = 64+72+98=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #404862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404862 is #BFB79D. Grayscale: #484848. Windows color (decimal): -12564382 or 6441024. OLE color: 6441024.

HSL color Cylindrical-coordinate representation of color #404862: hue angle of 225.88º 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 #404862 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 72 98 -
CMYK 0.35 0.27 0 0.62
HSL 225.88º 0.21% 0.32% -
HSV(B) 225.88º 0.35% 0.38% -
XYZ 6.64 6.61 12.48 -
YUV 72.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 64 72 98 0.35 0.27 0 0.62 225.88 0.21 0.32
Hex 40 48 62 23 1B 0 3E E2 15 20
Octal 100 110 142 43 33 0 76 342 25 40
Binary 1000000 1001000 1100010 100011 11011 0 111110 11100010 10101 100000

Color Harmonies of #404862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404862

Black with #404862

Text Example


Text Example

White with #404862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404862; }

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

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

background-color css

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

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

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

border-color css

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

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

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