Html Css Color HEX #404775 Port Gore

📋 copy color: '#404775'

red 64 ◦ green 71 ◦ blue 117

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

Shades of Port Gore #404775

Tints of Port Gore #404775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 25.4%
G = 28.17%
B = 46.43%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404775 (or 0x404775) is known color: Port Gore. HEX triplet: 40, 47 and 75. RGB value is (64,71,117). Sum of RGB (Red+Green+Blue) = 64+71+117=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #404775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404775 is #BFB88A. Grayscale: #494949. Windows color (decimal): -12564619 or 7685952. OLE color: 7685952.

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

Color convert

RGB 64 71 117 -
CMYK 0.45 0.39 0 0.54
HSL 232.08º 0.29% 0.35% -
HSV(B) 232.08º 0.45% 0.46% -
XYZ 7.58 6.88 17.76 -
YUV 74.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 64 71 117 0.45 0.39 0 0.54 232.08 0.29 0.35
Hex 40 47 75 2D 27 0 36 E8 1D 23
Octal 100 107 165 55 47 0 66 350 35 43
Binary 1000000 1000111 1110101 101101 100111 0 110110 11101000 11101 100011

Color Harmonies of #404775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404775

Black with #404775

Text Example


Text Example

White with #404775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404775; }

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

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

background-color css

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

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

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

border-color css

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

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

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