Html Css Color HEX #404971 Port Gore

📋 copy color: '#404971'

red 64 ◦ green 73 ◦ blue 113

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

Shades of Port Gore #404971

Tints of Port Gore #404971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 25.6%
G = 29.2%
B = 45.2%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404971 (or 0x404971) is known color: Port Gore. HEX triplet: 40, 49 and 71. RGB value is (64,73,113). Sum of RGB (Red+Green+Blue) = 64+73+113=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #404971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404971 is #BFB68E. Grayscale: #4A4A4A. Windows color (decimal): -12564111 or 7424320. OLE color: 7424320.

HSL color Cylindrical-coordinate representation of color #404971: hue angle of 228.98º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404971 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 73 113 -
CMYK 0.43 0.35 0 0.56
HSL 228.98º 0.28% 0.35% -
HSV(B) 228.98º 0.43% 0.44% -
XYZ 7.48 7.05 16.59 -
YUV 74.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 64 73 113 0.43 0.35 0 0.56 228.98 0.28 0.35
Hex 40 49 71 2B 23 0 38 E5 1C 23
Octal 100 111 161 53 43 0 70 345 34 43
Binary 1000000 1001001 1110001 101011 100011 0 111000 11100101 11100 100011

Color Harmonies of #404971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404971

Black with #404971

Text Example


Text Example

White with #404971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404971; }

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

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

background-color css

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

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

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

border-color css

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

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

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