Html Css Color HEX #404875 Port Gore

📋 copy color: '#404875'

red 64 ◦ green 72 ◦ blue 117

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

Shades of Port Gore #404875

Tints of Port Gore #404875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 25.3%
G = 28.46%
B = 46.25%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404875 (or 0x404875) is known color: Port Gore. HEX triplet: 40, 48 and 75. RGB value is (64,72,117). Sum of RGB (Red+Green+Blue) = 64+72+117=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #404875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404875 is #BFB78A. Grayscale: #4A4A4A. Windows color (decimal): -12564363 or 7686208. OLE color: 7686208.

HSL color Cylindrical-coordinate representation of color #404875: hue angle of 230.94º 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 #404875 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 72 117 -
CMYK 0.45 0.38 0 0.54
HSL 230.94º 0.29% 0.35% -
HSV(B) 230.94º 0.45% 0.46% -
XYZ 7.64 7.01 17.78 -
YUV 74.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 64 72 117 0.45 0.38 0 0.54 230.94 0.29 0.35
Hex 40 48 75 2D 26 0 36 E7 1D 23
Octal 100 110 165 55 46 0 66 347 35 43
Binary 1000000 1001000 1110101 101101 100110 0 110110 11100111 11101 100011

Color Harmonies of #404875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404875

Black with #404875

Text Example


Text Example

White with #404875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404875; }

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

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

background-color css

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

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

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

border-color css

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

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

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