Html Css Color HEX #404777 Port Gore

📋 copy color: '#404777'

red 64 ◦ green 71 ◦ blue 119

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

Shades of Port Gore #404777

Tints of Port Gore #404777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 25.2%
G = 27.95%
B = 46.85%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404777 (or 0x404777) is known color: Port Gore. HEX triplet: 40, 47 and 77. RGB value is (64,71,119). Sum of RGB (Red+Green+Blue) = 64+71+119=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #404777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404777 is #BFB888. Grayscale: #4A4A4A. Windows color (decimal): -12564617 or 7817024. OLE color: 7817024.

HSL color Cylindrical-coordinate representation of color #404777: hue angle of 232.36º 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 #404777 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 71 119 -
CMYK 0.46 0.40 0 0.53
HSL 232.36º 0.3% 0.36% -
HSV(B) 232.36º 0.46% 0.47% -
XYZ 7.7 6.93 18.38 -
YUV 74.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 64 71 119 0.46 0.40 0 0.53 232.36 0.3 0.36
Hex 40 47 77 2E 28 0 35 E8 1E 24
Octal 100 107 167 56 50 0 65 350 36 44
Binary 1000000 1000111 1110111 101110 101000 0 110101 11101000 11110 100100

Color Harmonies of #404777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404777

Black with #404777

Text Example


Text Example

White with #404777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404777; }

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

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

background-color css

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

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

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

border-color css

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

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

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