Html Css Color HEX #404979 Port Gore

📋 copy color: '#404979'

red 64 ◦ green 73 ◦ blue 121

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

Shades of Port Gore #404979

Tints of Port Gore #404979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 24.81%
G = 28.29%
B = 46.9%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#404979 (or 0x404979) is known color: Port Gore. HEX triplet: 40, 49 and 79. RGB value is (64,73,121). Sum of RGB (Red+Green+Blue) = 64+73+121=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #404979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404979 is #BFB686. Grayscale: #4B4B4B. Windows color (decimal): -12564103 or 7948608. OLE color: 7948608.

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

Color convert

RGB 64 73 121 -
CMYK 0.47 0.40 0 0.53
HSL 230.53º 0.31% 0.36% -
HSV(B) 230.53º 0.47% 0.47% -
XYZ 7.95 7.24 19.07 -
YUV 75.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 64 73 121 0.47 0.40 0 0.53 230.53 0.31 0.36
Hex 40 49 79 2F 28 0 35 E7 1F 24
Octal 100 111 171 57 50 0 65 347 37 44
Binary 1000000 1001001 1111001 101111 101000 0 110101 11100111 11111 100100

Color Harmonies of #404979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404979

Black with #404979

Text Example


Text Example

White with #404979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404979; }

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

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

background-color css

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

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

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

border-color css

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

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

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