Html Css Color HEX #404571 Port Gore

📋 copy color: '#404571'

red 64 ◦ green 69 ◦ blue 113

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

Shades of Port Gore #404571

Tints of Port Gore #404571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 26.02%
G = 28.05%
B = 45.93%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404571 (or 0x404571) is known color: Port Gore. HEX triplet: 40, 45 and 71. RGB value is (64,69,113). Sum of RGB (Red+Green+Blue) = 64+69+113=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #404571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404571 is #BFBA8E. Grayscale: #484848. Windows color (decimal): -12565135 or 7423296. OLE color: 7423296.

HSL color Cylindrical-coordinate representation of color #404571: hue angle of 233.88º 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 #404571 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 69 113 -
CMYK 0.43 0.39 0 0.56
HSL 233.88º 0.28% 0.35% -
HSV(B) 233.88º 0.43% 0.44% -
XYZ 7.22 6.54 16.5 -
YUV 72.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 64 69 113 0.43 0.39 0 0.56 233.88 0.28 0.35
Hex 40 45 71 2B 27 0 38 EA 1C 23
Octal 100 105 161 53 47 0 70 352 34 43
Binary 1000000 1000101 1110001 101011 100111 0 111000 11101010 11100 100011

Color Harmonies of #404571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404571

Black with #404571

Text Example


Text Example

White with #404571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404571; }

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

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

background-color css

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

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

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

border-color css

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

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

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