Html Css Color HEX #404663 Port Gore

📋 copy color: '#404663'

red 64 ◦ green 70 ◦ blue 99

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

Shades of Port Gore #404663

Tints of Port Gore #404663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 27.47%
G = 30.04%
B = 42.49%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404663 (or 0x404663) is known color: Port Gore. HEX triplet: 40, 46 and 63. RGB value is (64,70,99). Sum of RGB (Red+Green+Blue) = 64+70+99=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #404663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404663 is #BFB99C. Grayscale: #474747. Windows color (decimal): -12564893 or 6506048. OLE color: 6506048.

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

Color convert

RGB 64 70 99 -
CMYK 0.35 0.29 0 0.61
HSL 229.71º 0.21% 0.32% -
HSV(B) 229.71º 0.35% 0.39% -
XYZ 6.56 6.37 12.69 -
YUV 71.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 64 70 99 0.35 0.29 0 0.61 229.71 0.21 0.32
Hex 40 46 63 23 1D 0 3D E6 15 20
Octal 100 106 143 43 35 0 75 346 25 40
Binary 1000000 1000110 1100011 100011 11101 0 111101 11100110 10101 100000

Color Harmonies of #404663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404663

Black with #404663

Text Example


Text Example

White with #404663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404663; }

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

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

background-color css

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

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

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

border-color css

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

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

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