Html Css Color HEX #404776 Port Gore

📋 copy color: '#404776'

red 64 ◦ green 71 ◦ blue 118

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

Shades of Port Gore #404776

Tints of Port Gore #404776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 25.3%
G = 28.06%
B = 46.64%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404776 (or 0x404776) is known color: Port Gore. HEX triplet: 40, 47 and 76. RGB value is (64,71,118). Sum of RGB (Red+Green+Blue) = 64+71+118=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #404776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404776 is #BFB889. Grayscale: #4A4A4A. Windows color (decimal): -12564618 or 7751488. OLE color: 7751488.

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

Color convert

RGB 64 71 118 -
CMYK 0.46 0.40 0 0.54
HSL 232.22º 0.3% 0.36% -
HSV(B) 232.22º 0.46% 0.46% -
XYZ 7.64 6.9 18.07 -
YUV 74.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 64 71 118 0.46 0.40 0 0.54 232.22 0.3 0.36
Hex 40 47 76 2E 28 0 36 E8 1E 24
Octal 100 107 166 56 50 0 66 350 36 44
Binary 1000000 1000111 1110110 101110 101000 0 110110 11101000 11110 100100

Color Harmonies of #404776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404776

Black with #404776

Text Example


Text Example

White with #404776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404776; }

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

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

background-color css

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

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

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

border-color css

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

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

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