Html Css Color HEX #404675 Port Gore

📋 copy color: '#404675'

red 64 ◦ green 70 ◦ blue 117

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

Shades of Port Gore #404675

Tints of Port Gore #404675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 25.5%
G = 27.89%
B = 46.61%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404675 (or 0x404675) is known color: Port Gore. HEX triplet: 40, 46 and 75. RGB value is (64,70,117). Sum of RGB (Red+Green+Blue) = 64+70+117=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #404675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404675 is #BFB98A. Grayscale: #494949. Windows color (decimal): -12564875 or 7685696. OLE color: 7685696.

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

Color convert

RGB 64 70 117 -
CMYK 0.45 0.40 0 0.54
HSL 233.21º 0.29% 0.35% -
HSV(B) 233.21º 0.45% 0.46% -
XYZ 7.52 6.75 17.74 -
YUV 73.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 64 70 117 0.45 0.40 0 0.54 233.21 0.29 0.35
Hex 40 46 75 2D 28 0 36 E9 1D 23
Octal 100 106 165 55 50 0 66 351 35 43
Binary 1000000 1000110 1110101 101101 101000 0 110110 11101001 11101 100011

Color Harmonies of #404675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404675

Black with #404675

Text Example


Text Example

White with #404675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404675; }

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

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

background-color css

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

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

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

border-color css

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

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

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