Html Css Color HEX #404977 Port Gore

📋 copy color: '#404977'

red 64 ◦ green 73 ◦ blue 119

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

Shades of Port Gore #404977

Tints of Port Gore #404977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 25%
G = 28.52%
B = 46.48%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404977 (or 0x404977) is known color: Port Gore. HEX triplet: 40, 49 and 77. RGB value is (64,73,119). Sum of RGB (Red+Green+Blue) = 64+73+119=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #404977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404977 is #BFB688. Grayscale: #4B4B4B. Windows color (decimal): -12564105 or 7817536. OLE color: 7817536.

HSL color Cylindrical-coordinate representation of color #404977: hue angle of 230.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404977 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 73 119 -
CMYK 0.46 0.39 0 0.53
HSL 230.18º 0.3% 0.36% -
HSV(B) 230.18º 0.46% 0.47% -
XYZ 7.83 7.19 18.43 -
YUV 75.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 64 73 119 0.46 0.39 0 0.53 230.18 0.3 0.36
Hex 40 49 77 2E 27 0 35 E6 1E 24
Octal 100 111 167 56 47 0 65 346 36 44
Binary 1000000 1001001 1110111 101110 100111 0 110101 11100110 11110 100100

Color Harmonies of #404977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404977

Black with #404977

Text Example


Text Example

White with #404977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404977; }

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

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

background-color css

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

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

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

border-color css

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

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

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