Html Css Color HEX #404662 Port Gore

📋 copy color: '#404662'

red 64 ◦ green 70 ◦ blue 98

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

Shades of Port Gore #404662

Tints of Port Gore #404662

RGB

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

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

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

R = 27.59%
G = 30.17%
B = 42.24%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404662 (or 0x404662) is known color: Port Gore. HEX triplet: 40, 46 and 62. RGB value is (64,70,98). Sum of RGB (Red+Green+Blue) = 64+70+98=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #404662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404662 is #BFB99D. Grayscale: #474747. Windows color (decimal): -12564894 or 6440512. OLE color: 6440512.

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

Color convert

RGB 64 70 98 -
CMYK 0.35 0.29 0 0.62
HSL 229.41º 0.21% 0.32% -
HSV(B) 229.41º 0.35% 0.38% -
XYZ 6.51 6.35 12.44 -
YUV 71.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 64 70 98 0.35 0.29 0 0.62 229.41 0.21 0.32
Hex 40 46 62 23 1D 0 3E E5 15 20
Octal 100 106 142 43 35 0 76 345 25 40
Binary 1000000 1000110 1100010 100011 11101 0 111110 11100101 10101 100000

Color Harmonies of #404662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404662

Black with #404662

Text Example


Text Example

White with #404662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404662; }

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

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

background-color css

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

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

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

border-color css

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

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

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