Html Css Color HEX #404774 Port Gore

📋 copy color: '#404774'

red 64 ◦ green 71 ◦ blue 116

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

Shades of Port Gore #404774

Tints of Port Gore #404774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 25.5%
G = 28.29%
B = 46.22%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404774 (or 0x404774) is known color: Port Gore. HEX triplet: 40, 47 and 74. RGB value is (64,71,116). Sum of RGB (Red+Green+Blue) = 64+71+116=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #404774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404774 is #BFB88B. Grayscale: #494949. Windows color (decimal): -12564620 or 7620416. OLE color: 7620416.

HSL color Cylindrical-coordinate representation of color #404774: hue angle of 231.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404774 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 71 116 -
CMYK 0.45 0.39 0 0.55
HSL 231.92º 0.29% 0.35% -
HSV(B) 231.92º 0.45% 0.45% -
XYZ 7.52 6.86 17.45 -
YUV 74.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 64 71 116 0.45 0.39 0 0.55 231.92 0.29 0.35
Hex 40 47 74 2D 27 0 37 E8 1D 23
Octal 100 107 164 55 47 0 67 350 35 43
Binary 1000000 1000111 1110100 101101 100111 0 110111 11101000 11101 100011

Color Harmonies of #404774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404774

Black with #404774

Text Example


Text Example

White with #404774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404774; }

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

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

background-color css

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

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

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

border-color css

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

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

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